Html Css Color HEX #E85B12 Persimmon

📋 copy color: '#E85B12'

red 232 ◦ green 91 ◦ blue 18

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

Shades of Persimmon #E85B12

Tints of Persimmon #E85B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

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

R = 68.04%
G = 26.69%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E85B12 (or 0xE85B12) is known color: Persimmon. HEX triplet: E8, 5B and 12. RGB value is (232,91,18). Sum of RGB (Red+Green+Blue) = 232+91+18=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B12 is #17A4ED. Grayscale: #7D7D7D. Windows color (decimal): -1549550 or 1203176. OLE color: 1203176.

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

Color convert

RGB 232 91 18 -
CMYK 0 0.61 0.92 0.09
HSL 20.47º 0.86% 0.49% -
HSV(B) 20.47º 0.92% 0.91% -
XYZ 37.13 24.68 3.38 -
YUV 124.84 67.71 204.44 -
System Red Green Blue C M Y K H S L
Decimal 232 91 18 0 0.61 0.92 0.09 20.47 0.86 0.49
Hex E8 5B 12 0 3D 5C 9 14 56 31
Octal 350 133 22 0 75 134 11 24 126 61
Binary 11101000 1011011 10010 0 111101 1011100 1001 10100 1010110 110001

Color Harmonies of #E85B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B12

Black with #E85B12

Text Example


Text Example

White with #E85B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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