Html Css Color HEX #EA4D11 Persimmon

📋 copy color: '#EA4D11'

red 234 ◦ green 77 ◦ blue 17

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

Shades of Persimmon #EA4D11

Tints of Persimmon #EA4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.48%

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

R = 71.34%
G = 23.48%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA4D11 (or 0xEA4D11) is known color: Persimmon. HEX triplet: EA, 4D and 11. RGB value is (234,77,17). Sum of RGB (Red+Green+Blue) = 234+77+17=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D11 is #15B2EE. Grayscale: #757575. Windows color (decimal): -1422063 or 1134058. OLE color: 1134058.

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

Color convert

RGB 234 77 17 -
CMYK 0 0.67 0.93 0.08
HSL 16.59º 0.86% 0.49% -
HSV(B) 16.59º 0.93% 0.92% -
XYZ 36.69 22.84 3.01 -
YUV 117.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 234 77 17 0 0.67 0.93 0.08 16.59 0.86 0.49
Hex EA 4D 11 0 43 5D 8 11 56 31
Octal 352 115 21 0 103 135 10 21 126 61
Binary 11101010 1001101 10001 0 1000011 1011101 1000 10001 1010110 110001

Color Harmonies of #EA4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D11

Black with #EA4D11

Text Example


Text Example

White with #EA4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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