Html Css Color HEX #EA6118 Persimmon

📋 copy color: '#EA6118'

red 234 ◦ green 97 ◦ blue 24

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

Shades of Persimmon #EA6118

Tints of Persimmon #EA6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 65.92%
G = 27.32%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA6118 (or 0xEA6118) is known color: Persimmon. HEX triplet: EA, 61 and 18. RGB value is (234,97,24). Sum of RGB (Red+Green+Blue) = 234+97+24=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6118 is #159EE7. Grayscale: #828282. Windows color (decimal): -1416936 or 1597930. OLE color: 1597930.

HSL color Cylindrical-coordinate representation of color #EA6118: hue angle of 20.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA6118 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 97 24 -
CMYK 0 0.59 0.90 0.08
HSL 20.86º 0.83% 0.51% -
HSV(B) 20.86º 0.9% 0.92% -
XYZ 38.37 26.11 3.88 -
YUV 129.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 234 97 24 0 0.59 0.90 0.08 20.86 0.83 0.51
Hex EA 61 18 0 3B 5A 8 15 53 33
Octal 352 141 30 0 73 132 10 25 123 63
Binary 11101010 1100001 11000 0 111011 1011010 1000 10101 1010011 110011

Color Harmonies of #EA6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6118

Black with #EA6118

Text Example


Text Example

White with #EA6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6118; }

 p { color: rgb(234,97,24); }

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

background-color css

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

 a { background-color: rgb(234,97,24); }

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

border-color css

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

 span { border-color: rgb(234,97,24); }

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