Html Css Color HEX #EA4F14 Persimmon

📋 copy color: '#EA4F14'

red 234 ◦ green 79 ◦ blue 20

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

Shades of Persimmon #EA4F14

Tints of Persimmon #EA4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

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

R = 70.27%
G = 23.72%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4F14 (or 0xEA4F14) is known color: Persimmon. HEX triplet: EA, 4F and 14. RGB value is (234,79,20). Sum of RGB (Red+Green+Blue) = 234+79+20=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4F14 is #15B0EB. Grayscale: #777777. Windows color (decimal): -1421548 or 1331178. OLE color: 1331178.

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

Color convert

RGB 234 79 20 -
CMYK 0 0.66 0.91 0.08
HSL 16.54º 0.84% 0.5% -
HSV(B) 16.54º 0.91% 0.92% -
XYZ 36.85 23.13 3.18 -
YUV 118.62 72.35 210.3 -
System Red Green Blue C M Y K H S L
Decimal 234 79 20 0 0.66 0.91 0.08 16.54 0.84 0.5
Hex EA 4F 14 0 42 5B 8 11 54 32
Octal 352 117 24 0 102 133 10 21 124 62
Binary 11101010 1001111 10100 0 1000010 1011011 1000 10001 1010100 110010

Color Harmonies of #EA4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F14

Black with #EA4F14

Text Example


Text Example

White with #EA4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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