Html Css Color HEX #E85512 Persimmon

📋 copy color: '#E85512'

red 232 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #E85512

Tints of Persimmon #E85512

RGB

 RED value IS 232 (91.02% from 255) = 69.25%

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

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

R = 69.25%
G = 25.37%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E85512 (or 0xE85512) is known color: Persimmon. HEX triplet: E8, 55 and 12. RGB value is (232,85,18). Sum of RGB (Red+Green+Blue) = 232+85+18=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85512 is #17AAED. Grayscale: #797979. Windows color (decimal): -1551086 or 1201640. OLE color: 1201640.

HSL color Cylindrical-coordinate representation of color #E85512: hue angle of 18.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E85512 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 18 -
CMYK 0 0.63 0.92 0.09
HSL 18.79º 0.86% 0.49% -
HSV(B) 18.79º 0.92% 0.91% -
XYZ 36.64 23.7 3.22 -
YUV 121.32 69.7 206.95 -
System Red Green Blue C M Y K H S L
Decimal 232 85 18 0 0.63 0.92 0.09 18.79 0.86 0.49
Hex E8 55 12 0 3F 5C 9 13 56 31
Octal 350 125 22 0 77 134 11 23 126 61
Binary 11101000 1010101 10010 0 111111 1011100 1001 10011 1010110 110001

Color Harmonies of #E85512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85512

Black with #E85512

Text Example


Text Example

White with #E85512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85512; }

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

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

background-color css

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

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

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

border-color css

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

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

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