Html Css Color HEX #EA4E16 Persimmon

📋 copy color: '#EA4E16'

red 234 ◦ green 78 ◦ blue 22

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

Shades of Persimmon #EA4E16

Tints of Persimmon #EA4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 70.06%
G = 23.35%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4E16 (or 0xEA4E16) is known color: Persimmon. HEX triplet: EA, 4E and 16. RGB value is (234,78,22). Sum of RGB (Red+Green+Blue) = 234+78+22=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4E16 is #15B1E9. Grayscale: #767676. Windows color (decimal): -1421802 or 1461994. OLE color: 1461994.

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

Color convert

RGB 234 78 22 -
CMYK 0 0.67 0.91 0.08
HSL 15.85º 0.83% 0.5% -
HSV(B) 15.85º 0.91% 0.92% -
XYZ 36.8 23 3.26 -
YUV 118.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 234 78 22 0 0.67 0.91 0.08 15.85 0.83 0.5
Hex EA 4E 16 0 43 5B 8 10 53 32
Octal 352 116 26 0 103 133 10 20 123 62
Binary 11101010 1001110 10110 0 1000011 1011011 1000 10000 1010011 110010

Color Harmonies of #EA4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E16

Black with #EA4E16

Text Example


Text Example

White with #EA4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E16; }

 p { color: rgb(234,78,22); }

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

background-color css

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

 a { background-color: rgb(234,78,22); }

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

border-color css

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

 span { border-color: rgb(234,78,22); }

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