Html Css Color HEX #E85212 Persimmon

📋 copy color: '#E85212'

red 232 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #E85212

Tints of Persimmon #E85212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 69.88%
G = 24.7%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E85212 (or 0xE85212) is known color: Persimmon. HEX triplet: E8, 52 and 12. RGB value is (232,82,18). Sum of RGB (Red+Green+Blue) = 232+82+18=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E85212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85212 is #17ADED. Grayscale: #777777. Windows color (decimal): -1551854 or 1200872. OLE color: 1200872.

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

Color convert

RGB 232 82 18 -
CMYK 0 0.65 0.92 0.09
HSL 17.94º 0.86% 0.49% -
HSV(B) 17.94º 0.92% 0.91% -
XYZ 36.41 23.23 3.14 -
YUV 119.55 70.7 208.2 -
System Red Green Blue C M Y K H S L
Decimal 232 82 18 0 0.65 0.92 0.09 17.94 0.86 0.49
Hex E8 52 12 0 41 5C 9 12 56 31
Octal 350 122 22 0 101 134 11 22 126 61
Binary 11101000 1010010 10010 0 1000001 1011100 1001 10010 1010110 110001

Color Harmonies of #E85212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85212

Black with #E85212

Text Example


Text Example

White with #E85212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85212; }

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

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

background-color css

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

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

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

border-color css

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

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

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