Html Css Color HEX #E85508 Persimmon

📋 copy color: '#E85508'

red 232 ◦ green 85 ◦ blue 8

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

Shades of Persimmon #E85508

Tints of Persimmon #E85508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 71.38%
G = 26.15%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85508 (or 0xE85508) is known color: Persimmon. HEX triplet: E8, 55 and 08. RGB value is (232,85,8). Sum of RGB (Red+Green+Blue) = 232+85+8=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85508 is #17AAF7. Grayscale: #787878. Windows color (decimal): -1551096 or 546280. OLE color: 546280.

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

Color convert

RGB 232 85 8 -
CMYK 0 0.63 0.97 0.09
HSL 20.63º 0.93% 0.47% -
HSV(B) 20.63º 0.97% 0.91% -
XYZ 36.57 23.67 2.87 -
YUV 120.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 232 85 8 0 0.63 0.97 0.09 20.63 0.93 0.47
Hex E8 55 8 0 3F 61 9 15 5D 2F
Octal 350 125 10 0 77 141 11 25 135 57
Binary 11101000 1010101 1000 0 111111 1100001 1001 10101 1011101 101111

Color Harmonies of #E85508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85508

Black with #E85508

Text Example


Text Example

White with #E85508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85508; }

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

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

background-color css

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

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

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

border-color css

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

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

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