Html Css Color HEX #EA5011 Persimmon

📋 copy color: '#EA5011'

red 234 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #EA5011

Tints of Persimmon #EA5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 70.69%
G = 24.17%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA5011 (or 0xEA5011) is known color: Persimmon. HEX triplet: EA, 50 and 11. RGB value is (234,80,17). Sum of RGB (Red+Green+Blue) = 234+80+17=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5011 is #15AFEE. Grayscale: #777777. Windows color (decimal): -1421295 or 1134826. OLE color: 1134826.

HSL color Cylindrical-coordinate representation of color #EA5011: hue angle of 17.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA5011 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 17 -
CMYK 0 0.66 0.93 0.08
HSL 17.42º 0.86% 0.49% -
HSV(B) 17.42º 0.93% 0.92% -
XYZ 36.9 23.27 3.08 -
YUV 118.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 234 80 17 0 0.66 0.93 0.08 17.42 0.86 0.49
Hex EA 50 11 0 42 5D 8 11 56 31
Octal 352 120 21 0 102 135 10 21 126 61
Binary 11101010 1010000 10001 0 1000010 1011101 1000 10001 1010110 110001

Color Harmonies of #EA5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5011

Black with #EA5011

Text Example


Text Example

White with #EA5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5011; }

 p { color: rgb(234,80,17); }

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

background-color css

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

 a { background-color: rgb(234,80,17); }

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

border-color css

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

 span { border-color: rgb(234,80,17); }

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