Html Css Color HEX #EA4A14 Persimmon

📋 copy color: '#EA4A14'

red 234 ◦ green 74 ◦ blue 20

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

Shades of Persimmon #EA4A14

Tints of Persimmon #EA4A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 71.34%
G = 22.56%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4A14 (or 0xEA4A14) is known color: Persimmon. HEX triplet: EA, 4A and 14. RGB value is (234,74,20). Sum of RGB (Red+Green+Blue) = 234+74+20=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4A14 is #15B5EB. Grayscale: #747474. Windows color (decimal): -1422828 or 1329898. OLE color: 1329898.

HSL color Cylindrical-coordinate representation of color #EA4A14: hue angle of 15.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4A14 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 20 -
CMYK 0 0.68 0.91 0.08
HSL 15.14º 0.84% 0.5% -
HSV(B) 15.14º 0.91% 0.92% -
XYZ 36.51 22.44 3.07 -
YUV 115.68 74.01 212.39 -
System Red Green Blue C M Y K H S L
Decimal 234 74 20 0 0.68 0.91 0.08 15.14 0.84 0.5
Hex EA 4A 14 0 44 5B 8 F 54 32
Octal 352 112 24 0 104 133 10 17 124 62
Binary 11101010 1001010 10100 0 1000100 1011011 1000 1111 1010100 110010

Color Harmonies of #EA4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A14

Black with #EA4A14

Text Example


Text Example

White with #EA4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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