Html Css Color HEX #E04A08 Persimmon

📋 copy color: '#E04A08'

red 224 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #E04A08

Tints of Persimmon #E04A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 73.2%
G = 24.18%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E04A08 (or 0xE04A08) is known color: Persimmon. HEX triplet: E0, 4A and 08. RGB value is (224,74,8). Sum of RGB (Red+Green+Blue) = 224+74+8=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A08 is #1FB5F7. Grayscale: #6F6F6F. Windows color (decimal): -2078200 or 543456. OLE color: 543456.

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

Color convert

RGB 224 74 8 -
CMYK 0 0.67 0.96 0.12
HSL 18.33º 0.93% 0.45% -
HSV(B) 18.33º 0.96% 0.88% -
XYZ 33.23 20.76 2.49 -
YUV 111.33 69.7 208.37 -
System Red Green Blue C M Y K H S L
Decimal 224 74 8 0 0.67 0.96 0.12 18.33 0.93 0.45
Hex E0 4A 8 0 43 60 C 12 5D 2D
Octal 340 112 10 0 103 140 14 22 135 55
Binary 11100000 1001010 1000 0 1000011 1100000 1100 10010 1011101 101101

Color Harmonies of #E04A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A08

Black with #E04A08

Text Example


Text Example

White with #E04A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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