Html Css Color HEX #E64306 Persimmon

📋 copy color: '#E64306'

red 230 ◦ green 67 ◦ blue 6

#E64306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E64306

Tints of Persimmon #E64306

RGB

 RED value IS 230 (90.23% from 255) = 75.91%

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 75.91%
G = 22.11%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E64306 (or 0xE64306) is known color: Persimmon. HEX triplet: E6, 43 and 06. RGB value is (230,67,6). Sum of RGB (Red+Green+Blue) = 230+67+6=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E64306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64306 is #19BCF9. Grayscale: #6D6D6D. Windows color (decimal): -1686778 or 410598. OLE color: 410598.

HSL color Cylindrical-coordinate representation of color #E64306: hue angle of 16.34º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64306 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 67 6 -
CMYK 0 0.71 0.97 0.10
HSL 16.34º 0.95% 0.46% -
HSV(B) 16.34º 0.97% 0.9% -
XYZ 34.67 20.85 2.37 -
YUV 108.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 230 67 6 0 0.71 0.97 0.10 16.34 0.95 0.46
Hex E6 43 6 0 47 61 A 10 5F 2E
Octal 346 103 6 0 107 141 12 20 137 56
Binary 11100110 1000011 110 0 1000111 1100001 1010 10000 1011111 101110

Color Harmonies of #E64306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64306

Black with #E64306

Text Example


Text Example

White with #E64306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64306; }

 p { color: rgb(230,67,6); }

 H1.HeaderClassName
 {
   color: #E64306;
 }
 .AnyTagClassName
 {
   color: #E64306;
 }
</style>

background-color css

<style>
 a { background-color: #E64306; }

 a { background-color: rgb(230,67,6); }

 div.DivClassName
 {
   background-color: #E64306;
 }
 .BgClassName
 {
   background-color: #E64306;
 }
</style>

border-color css

<style>
 span { border-color: #E64306; }

 span { border-color: rgb(230,67,6); }

 td.TdClassName
 {
   border-color: #E64306;
 }
 .TagClassName
 {
   border-color: #E64306;
 }
</style>