Html Css Color HEX #E04C08 Persimmon

📋 copy color: '#E04C08'

red 224 ◦ green 76 ◦ blue 8

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

Shades of Persimmon #E04C08

Tints of Persimmon #E04C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 72.73%
G = 24.68%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E04C08 (or 0xE04C08) is known color: Persimmon. HEX triplet: E0, 4C and 08. RGB value is (224,76,8). Sum of RGB (Red+Green+Blue) = 224+76+8=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C08 is #1FB3F7. Grayscale: #707070. Windows color (decimal): -2077688 or 543968. OLE color: 543968.

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

Color convert

RGB 224 76 8 -
CMYK 0 0.66 0.96 0.12
HSL 18.89º 0.93% 0.45% -
HSV(B) 18.89º 0.96% 0.88% -
XYZ 33.37 21.03 2.53 -
YUV 112.5 69.03 207.53 -
System Red Green Blue C M Y K H S L
Decimal 224 76 8 0 0.66 0.96 0.12 18.89 0.93 0.45
Hex E0 4C 8 0 42 60 C 13 5D 2D
Octal 340 114 10 0 102 140 14 23 135 55
Binary 11100000 1001100 1000 0 1000010 1100000 1100 10011 1011101 101101

Color Harmonies of #E04C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C08

Black with #E04C08

Text Example


Text Example

White with #E04C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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