Html Css Color HEX #E85009 Persimmon

📋 copy color: '#E85009'

red 232 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #E85009

Tints of Persimmon #E85009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 72.27%
G = 24.92%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E85009 (or 0xE85009) is known color: Persimmon. HEX triplet: E8, 50 and 09. RGB value is (232,80,9). Sum of RGB (Red+Green+Blue) = 232+80+9=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E85009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85009 is #17AFF6. Grayscale: #757575. Windows color (decimal): -1552375 or 610536. OLE color: 610536.

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

Color convert

RGB 232 80 9 -
CMYK 0 0.66 0.96 0.09
HSL 19.1º 0.93% 0.47% -
HSV(B) 19.1º 0.96% 0.91% -
XYZ 36.2 22.91 2.77 -
YUV 117.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 232 80 9 0 0.66 0.96 0.09 19.1 0.93 0.47
Hex E8 50 9 0 42 60 9 13 5D 2F
Octal 350 120 11 0 102 140 11 23 135 57
Binary 11101000 1010000 1001 0 1000010 1100000 1001 10011 1011101 101111

Color Harmonies of #E85009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85009

Black with #E85009

Text Example


Text Example

White with #E85009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85009; }

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

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

background-color css

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

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

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

border-color css

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

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

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