Html Css Color HEX #EA5E17 Persimmon

📋 copy color: '#EA5E17'

red 234 ◦ green 94 ◦ blue 23

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

Shades of Persimmon #EA5E17

Tints of Persimmon #EA5E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 66.67%
G = 26.78%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA5E17 (or 0xEA5E17) is known color: Persimmon. HEX triplet: EA, 5E and 17. RGB value is (234,94,23). Sum of RGB (Red+Green+Blue) = 234+94+23=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E17 is #15A1E8. Grayscale: #808080. Windows color (decimal): -1417705 or 1531626. OLE color: 1531626.

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

Color convert

RGB 234 94 23 -
CMYK 0 0.60 0.90 0.08
HSL 20.19º 0.83% 0.5% -
HSV(B) 20.19º 0.9% 0.92% -
XYZ 38.09 25.56 3.74 -
YUV 127.77 68.88 203.77 -
System Red Green Blue C M Y K H S L
Decimal 234 94 23 0 0.60 0.90 0.08 20.19 0.83 0.5
Hex EA 5E 17 0 3C 5A 8 14 53 32
Octal 352 136 27 0 74 132 10 24 123 62
Binary 11101010 1011110 10111 0 111100 1011010 1000 10100 1010011 110010

Color Harmonies of #EA5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E17

Black with #EA5E17

Text Example


Text Example

White with #EA5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E17; }

 p { color: rgb(234,94,23); }

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

background-color css

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

 a { background-color: rgb(234,94,23); }

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

border-color css

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

 span { border-color: rgb(234,94,23); }

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