Html Css Color HEX #E85008 Persimmon

📋 copy color: '#E85008'

red 232 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #E85008

Tints of Persimmon #E85008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 72.5%
G = 25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85008 (or 0xE85008) is known color: Persimmon. HEX triplet: E8, 50 and 08. RGB value is (232,80,8). Sum of RGB (Red+Green+Blue) = 232+80+8=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E85008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85008 is #17AFF7. Grayscale: #757575. Windows color (decimal): -1552376 or 545000. OLE color: 545000.

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

Color convert

RGB 232 80 8 -
CMYK 0 0.66 0.97 0.09
HSL 19.29º 0.93% 0.47% -
HSV(B) 19.29º 0.97% 0.91% -
XYZ 36.19 22.91 2.74 -
YUV 117.24 66.36 209.85 -
System Red Green Blue C M Y K H S L
Decimal 232 80 8 0 0.66 0.97 0.09 19.29 0.93 0.47
Hex E8 50 8 0 42 61 9 13 5D 2F
Octal 350 120 10 0 102 141 11 23 135 57
Binary 11101000 1010000 1000 0 1000010 1100001 1001 10011 1011101 101111

Color Harmonies of #E85008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85008

Black with #E85008

Text Example


Text Example

White with #E85008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85008; }

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

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

background-color css

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

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

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

border-color css

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

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

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