Html Css Color HEX #E05912 Persimmon

📋 copy color: '#E05912'

red 224 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #E05912

Tints of Persimmon #E05912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 67.67%
G = 26.89%
B = 5.44%

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

#E05912 (or 0xE05912) is known color: Persimmon. HEX triplet: E0, 59 and 12. RGB value is (224,89,18). Sum of RGB (Red+Green+Blue) = 224+89+18=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05912 is #1FA6ED. Grayscale: #797979. Windows color (decimal): -2074350 or 1202656. OLE color: 1202656.

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

Color convert

RGB 224 89 18 -
CMYK 0 0.60 0.92 0.12
HSL 20.68º 0.85% 0.47% -
HSV(B) 20.68º 0.92% 0.88% -
XYZ 34.42 23.04 3.2 -
YUV 121.27 69.73 201.27 -
System Red Green Blue C M Y K H S L
Decimal 224 89 18 0 0.60 0.92 0.12 20.68 0.85 0.47
Hex E0 59 12 0 3C 5C C 15 55 2F
Octal 340 131 22 0 74 134 14 25 125 57
Binary 11100000 1011001 10010 0 111100 1011100 1100 10101 1010101 101111

Color Harmonies of #E05912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05912

Black with #E05912

Text Example


Text Example

White with #E05912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05912; }

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

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

background-color css

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

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

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

border-color css

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

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

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