Html Css Color HEX #E05512 Persimmon

📋 copy color: '#E05512'

red 224 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #E05512

Tints of Persimmon #E05512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 68.5%
G = 25.99%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05512 (or 0xE05512) is known color: Persimmon. HEX triplet: E0, 55 and 12. RGB value is (224,85,18). Sum of RGB (Red+Green+Blue) = 224+85+18=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05512 is #1FAAED. Grayscale: #777777. Windows color (decimal): -2075374 or 1201632. OLE color: 1201632.

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

Color convert

RGB 224 85 18 -
CMYK 0 0.62 0.92 0.12
HSL 19.51º 0.85% 0.47% -
HSV(B) 19.51º 0.92% 0.88% -
XYZ 34.1 22.39 3.1 -
YUV 118.92 71.05 202.95 -
System Red Green Blue C M Y K H S L
Decimal 224 85 18 0 0.62 0.92 0.12 19.51 0.85 0.47
Hex E0 55 12 0 3E 5C C 14 55 2F
Octal 340 125 22 0 76 134 14 24 125 57
Binary 11100000 1010101 10010 0 111110 1011100 1100 10100 1010101 101111

Color Harmonies of #E05512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05512

Black with #E05512

Text Example


Text Example

White with #E05512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05512; }

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

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

background-color css

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

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

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

border-color css

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

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

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