Html Css Color HEX #E05D12 Persimmon

📋 copy color: '#E05D12'

red 224 ◦ green 93 ◦ blue 18

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

Shades of Persimmon #E05D12

Tints of Persimmon #E05D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 66.87%
G = 27.76%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05D12 (or 0xE05D12) is known color: Persimmon. HEX triplet: E0, 5D and 12. RGB value is (224,93,18). Sum of RGB (Red+Green+Blue) = 224+93+18=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D12 is #1FA2ED. Grayscale: #7C7C7C. Windows color (decimal): -2073326 or 1203680. OLE color: 1203680.

HSL color Cylindrical-coordinate representation of color #E05D12: hue angle of 21.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E05D12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 18 -
CMYK 0 0.58 0.92 0.12
HSL 21.84º 0.85% 0.47% -
HSV(B) 21.84º 0.92% 0.88% -
XYZ 34.76 23.72 3.32 -
YUV 123.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 224 93 18 0 0.58 0.92 0.12 21.84 0.85 0.47
Hex E0 5D 12 0 3A 5C C 16 55 2F
Octal 340 135 22 0 72 134 14 26 125 57
Binary 11100000 1011101 10010 0 111010 1011100 1100 10110 1010101 101111

Color Harmonies of #E05D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D12

Black with #E05D12

Text Example


Text Example

White with #E05D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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