Html Css Color HEX #E05A12 Persimmon

📋 copy color: '#E05A12'

red 224 ◦ green 90 ◦ blue 18

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

Shades of Persimmon #E05A12

Tints of Persimmon #E05A12

RGB

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

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

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

R = 67.47%
G = 27.11%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05A12 (or 0xE05A12) is known color: Persimmon. HEX triplet: E0, 5A and 12. RGB value is (224,90,18). Sum of RGB (Red+Green+Blue) = 224+90+18=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A12 is #1FA5ED. Grayscale: #7A7A7A. Windows color (decimal): -2074094 or 1202912. OLE color: 1202912.

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

Color convert

RGB 224 90 18 -
CMYK 0 0.60 0.92 0.12
HSL 20.97º 0.85% 0.47% -
HSV(B) 20.97º 0.92% 0.88% -
XYZ 34.51 23.2 3.23 -
YUV 121.86 69.39 200.85 -
System Red Green Blue C M Y K H S L
Decimal 224 90 18 0 0.60 0.92 0.12 20.97 0.85 0.47
Hex E0 5A 12 0 3C 5C C 15 55 2F
Octal 340 132 22 0 74 134 14 25 125 57
Binary 11100000 1011010 10010 0 111100 1011100 1100 10101 1010101 101111

Color Harmonies of #E05A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A12

Black with #E05A12

Text Example


Text Example

White with #E05A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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