Html Css Color HEX #E85D11 Persimmon

📋 copy color: '#E85D11'

red 232 ◦ green 93 ◦ blue 17

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

Shades of Persimmon #E85D11

Tints of Persimmon #E85D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 67.84%
G = 27.19%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E85D11 (or 0xE85D11) is known color: Persimmon. HEX triplet: E8, 5D and 11. RGB value is (232,93,17). Sum of RGB (Red+Green+Blue) = 232+93+17=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D11 is #17A2EE. Grayscale: #7E7E7E. Windows color (decimal): -1549039 or 1138152. OLE color: 1138152.

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

Color convert

RGB 232 93 17 -
CMYK 0 0.60 0.93 0.09
HSL 21.21º 0.86% 0.49% -
HSV(B) 21.21º 0.93% 0.91% -
XYZ 37.29 25.02 3.39 -
YUV 125.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 232 93 17 0 0.60 0.93 0.09 21.21 0.86 0.49
Hex E8 5D 11 0 3C 5D 9 15 56 31
Octal 350 135 21 0 74 135 11 25 126 61
Binary 11101000 1011101 10001 0 111100 1011101 1001 10101 1010110 110001

Color Harmonies of #E85D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D11

Black with #E85D11

Text Example


Text Example

White with #E85D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D11; }

 p { color: rgb(232,93,17); }

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

background-color css

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

 a { background-color: rgb(232,93,17); }

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

border-color css

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

 span { border-color: rgb(232,93,17); }

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