Html Css Color HEX #EA4717 Persimmon

📋 copy color: '#EA4717'

red 234 ◦ green 71 ◦ blue 23

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

Shades of Persimmon #EA4717

Tints of Persimmon #EA4717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

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

R = 71.34%
G = 21.65%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA4717 (or 0xEA4717) is known color: Persimmon. HEX triplet: EA, 47 and 17. RGB value is (234,71,23). Sum of RGB (Red+Green+Blue) = 234+71+23=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4717 is #15B8E8. Grayscale: #727272. Windows color (decimal): -1423593 or 1525738. OLE color: 1525738.

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

Color convert

RGB 234 71 23 -
CMYK 0 0.70 0.90 0.08
HSL 13.65º 0.83% 0.5% -
HSV(B) 13.65º 0.9% 0.92% -
XYZ 36.34 22.06 3.15 -
YUV 114.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 234 71 23 0 0.70 0.90 0.08 13.65 0.83 0.5
Hex EA 47 17 0 46 5A 8 E 53 32
Octal 352 107 27 0 106 132 10 16 123 62
Binary 11101010 1000111 10111 0 1000110 1011010 1000 1110 1010011 110010

Color Harmonies of #EA4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4717

Black with #EA4717

Text Example


Text Example

White with #EA4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4717; }

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

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

background-color css

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

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

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

border-color css

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

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

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