Html Css Color HEX #EA4A17 Persimmon

📋 copy color: '#EA4A17'

red 234 ◦ green 74 ◦ blue 23

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

Shades of Persimmon #EA4A17

Tints of Persimmon #EA4A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

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

R = 70.69%
G = 22.36%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA4A17 (or 0xEA4A17) is known color: Persimmon. HEX triplet: EA, 4A and 17. RGB value is (234,74,23). Sum of RGB (Red+Green+Blue) = 234+74+23=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4A17 is #15B5E8. Grayscale: #747474. Windows color (decimal): -1422825 or 1526506. OLE color: 1526506.

HSL color Cylindrical-coordinate representation of color #EA4A17: hue angle of 14.5º 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 #EA4A17 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 23 -
CMYK 0 0.68 0.90 0.08
HSL 14.5º 0.83% 0.5% -
HSV(B) 14.5º 0.9% 0.92% -
XYZ 36.54 22.45 3.22 -
YUV 116.03 75.51 212.15 -
System Red Green Blue C M Y K H S L
Decimal 234 74 23 0 0.68 0.90 0.08 14.5 0.83 0.5
Hex EA 4A 17 0 44 5A 8 F 53 32
Octal 352 112 27 0 104 132 10 17 123 62
Binary 11101010 1001010 10111 0 1000100 1011010 1000 1111 1010011 110010

Color Harmonies of #EA4A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A17

Black with #EA4A17

Text Example


Text Example

White with #EA4A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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