Html Css Color HEX #E04C11 Persimmon

📋 copy color: '#E04C11'

red 224 ◦ green 76 ◦ blue 17

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

Shades of Persimmon #E04C11

Tints of Persimmon #E04C11

RGB

 RED value IS 224 (87.89% from 255) = 70.66%

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 70.66%
G = 23.97%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04C11 (or 0xE04C11) is known color: Persimmon. HEX triplet: E0, 4C and 11. RGB value is (224,76,17). Sum of RGB (Red+Green+Blue) = 224+76+17=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C11 is #1FB3EE. Grayscale: #717171. Windows color (decimal): -2077679 or 1133792. OLE color: 1133792.

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

Color convert

RGB 224 76 17 -
CMYK 0 0.66 0.92 0.12
HSL 17.1º 0.86% 0.47% -
HSV(B) 17.1º 0.92% 0.88% -
XYZ 33.43 21.06 2.83 -
YUV 113.53 73.53 206.8 -
System Red Green Blue C M Y K H S L
Decimal 224 76 17 0 0.66 0.92 0.12 17.1 0.86 0.47
Hex E0 4C 11 0 42 5C C 11 56 2F
Octal 340 114 21 0 102 134 14 21 126 57
Binary 11100000 1001100 10001 0 1000010 1011100 1100 10001 1010110 101111

Color Harmonies of #E04C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C11

Black with #E04C11

Text Example


Text Example

White with #E04C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C11; }

 p { color: rgb(224,76,17); }

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

background-color css

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

 a { background-color: rgb(224,76,17); }

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

border-color css

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

 span { border-color: rgb(224,76,17); }

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