Html Css Color HEX #E04A0C Persimmon

📋 copy color: '#E04A0C'

red 224 ◦ green 74 ◦ blue 12

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

Shades of Persimmon #E04A0C

Tints of Persimmon #E04A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 72.26%
G = 23.87%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E04A0C (or 0xE04A0C) is known color: Persimmon. HEX triplet: E0, 4A and 0C. RGB value is (224,74,12). Sum of RGB (Red+Green+Blue) = 224+74+12=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A0C is #1FB5F3. Grayscale: #707070. Windows color (decimal): -2078196 or 805600. OLE color: 805600.

HSL color Cylindrical-coordinate representation of color #E04A0C: hue angle of 17.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E04A0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 12 -
CMYK 0 0.67 0.95 0.12
HSL 17.55º 0.9% 0.46% -
HSV(B) 17.55º 0.95% 0.88% -
XYZ 33.26 20.77 2.6 -
YUV 111.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 224 74 12 0 0.67 0.95 0.12 17.55 0.9 0.46
Hex E0 4A C 0 43 5F C 12 5A 2E
Octal 340 112 14 0 103 137 14 22 132 56
Binary 11100000 1001010 1100 0 1000011 1011111 1100 10010 1011010 101110

Color Harmonies of #E04A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A0C

Black with #E04A0C

Text Example


Text Example

White with #E04A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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