Html Css Color HEX #EA6309 Persimmon

📋 copy color: '#EA6309'

red 234 ◦ green 99 ◦ blue 9

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

Shades of Persimmon #EA6309

Tints of Persimmon #EA6309

RGB

 RED value IS 234 (91.8% from 255) = 68.42%

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 68.42%
G = 28.95%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA6309 (or 0xEA6309) is known color: Persimmon. HEX triplet: EA, 63 and 09. RGB value is (234,99,9). Sum of RGB (Red+Green+Blue) = 234+99+9=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6309 is #159CF6. Grayscale: #818181. Windows color (decimal): -1416439 or 615402. OLE color: 615402.

HSL color Cylindrical-coordinate representation of color #EA6309: hue angle of 24º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA6309 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 9 -
CMYK 0 0.58 0.96 0.08
HSL 24º 0.93% 0.48% -
HSV(B) 24º 0.96% 0.92% -
XYZ 38.44 26.44 3.33 -
YUV 129.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 234 99 9 0 0.58 0.96 0.08 24 0.93 0.48
Hex EA 63 9 0 3A 60 8 18 5D 30
Octal 352 143 11 0 72 140 10 30 135 60
Binary 11101010 1100011 1001 0 111010 1100000 1000 11000 1011101 110000

Color Harmonies of #EA6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6309

Black with #EA6309

Text Example


Text Example

White with #EA6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6309; }

 p { color: rgb(234,99,9); }

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

background-color css

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

 a { background-color: rgb(234,99,9); }

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

border-color css

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

 span { border-color: rgb(234,99,9); }

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