Html Css Color HEX #E85802 Persimmon

📋 copy color: '#E85802'

red 232 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #E85802

Tints of Persimmon #E85802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 72.05%
G = 27.33%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E85802 (or 0xE85802) is known color: Persimmon. HEX triplet: E8, 58 and 02. RGB value is (232,88,2). Sum of RGB (Red+Green+Blue) = 232+88+2=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E85802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85802 is #17A7FD. Grayscale: #797979. Windows color (decimal): -1550334 or 153832. OLE color: 153832.

HSL color Cylindrical-coordinate representation of color #E85802: hue angle of 22.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E85802 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 88 2 -
CMYK 0 0.62 0.99 0.09
HSL 22.43º 0.98% 0.46% -
HSV(B) 22.43º 0.99% 0.91% -
XYZ 36.78 24.14 2.78 -
YUV 121.25 60.71 206.99 -
System Red Green Blue C M Y K H S L
Decimal 232 88 2 0 0.62 0.99 0.09 22.43 0.98 0.46
Hex E8 58 2 0 3E 63 9 16 62 2E
Octal 350 130 2 0 76 143 11 26 142 56
Binary 11101000 1011000 10 0 111110 1100011 1001 10110 1100010 101110

Color Harmonies of #E85802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85802

Black with #E85802

Text Example


Text Example

White with #E85802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85802; }

 p { color: rgb(232,88,2); }

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

background-color css

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

 a { background-color: rgb(232,88,2); }

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

border-color css

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

 span { border-color: rgb(232,88,2); }

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