Html Css Color HEX #E05D0C Persimmon

📋 copy color: '#E05D0C'

red 224 ◦ green 93 ◦ blue 12

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

Shades of Persimmon #E05D0C

Tints of Persimmon #E05D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 68.09%
G = 28.27%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E05D0C (or 0xE05D0C) is known color: Persimmon. HEX triplet: E0, 5D and 0C. RGB value is (224,93,12). Sum of RGB (Red+Green+Blue) = 224+93+12=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D0C is #1FA2F3. Grayscale: #7B7B7B. Windows color (decimal): -2073332 or 810464. OLE color: 810464.

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

Color convert

RGB 224 93 12 -
CMYK 0 0.58 0.95 0.12
HSL 22.92º 0.9% 0.46% -
HSV(B) 22.92º 0.95% 0.88% -
XYZ 34.72 23.7 3.09 -
YUV 122.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 224 93 12 0 0.58 0.95 0.12 22.92 0.9 0.46
Hex E0 5D C 0 3A 5F C 17 5A 2E
Octal 340 135 14 0 72 137 14 27 132 56
Binary 11100000 1011101 1100 0 111010 1011111 1100 10111 1011010 101110

Color Harmonies of #E05D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D0C

Black with #E05D0C

Text Example


Text Example

White with #E05D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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