Html Css Color HEX #E05A0C Persimmon

📋 copy color: '#E05A0C'

red 224 ◦ green 90 ◦ blue 12

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

Shades of Persimmon #E05A0C

Tints of Persimmon #E05A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 68.71%
G = 27.61%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E05A0C (or 0xE05A0C) is known color: Persimmon. HEX triplet: E0, 5A and 0C. RGB value is (224,90,12). Sum of RGB (Red+Green+Blue) = 224+90+12=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A0C is #1FA5F3. Grayscale: #797979. Windows color (decimal): -2074100 or 809696. OLE color: 809696.

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

Color convert

RGB 224 90 12 -
CMYK 0 0.60 0.95 0.12
HSL 22.08º 0.9% 0.46% -
HSV(B) 22.08º 0.95% 0.88% -
XYZ 34.46 23.19 3.01 -
YUV 121.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 224 90 12 0 0.60 0.95 0.12 22.08 0.9 0.46
Hex E0 5A C 0 3C 5F C 16 5A 2E
Octal 340 132 14 0 74 137 14 26 132 56
Binary 11100000 1011010 1100 0 111100 1011111 1100 10110 1011010 101110

Color Harmonies of #E05A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A0C

Black with #E05A0C

Text Example


Text Example

White with #E05A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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