Html Css Color HEX #E85602 Persimmon

📋 copy color: '#E85602'

red 232 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #E85602

Tints of Persimmon #E85602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

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

R = 72.5%
G = 26.88%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E85602 (or 0xE85602) is known color: Persimmon. HEX triplet: E8, 56 and 02. RGB value is (232,86,2). Sum of RGB (Red+Green+Blue) = 232+86+2=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E85602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85602 is #17A9FD. Grayscale: #787878. Windows color (decimal): -1550846 or 153320. OLE color: 153320.

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

Color convert

RGB 232 86 2 -
CMYK 0 0.63 0.99 0.09
HSL 21.91º 0.98% 0.46% -
HSV(B) 21.91º 0.99% 0.91% -
XYZ 36.62 23.82 2.72 -
YUV 120.08 61.37 207.83 -
System Red Green Blue C M Y K H S L
Decimal 232 86 2 0 0.63 0.99 0.09 21.91 0.98 0.46
Hex E8 56 2 0 3F 63 9 16 62 2E
Octal 350 126 2 0 77 143 11 26 142 56
Binary 11101000 1010110 10 0 111111 1100011 1001 10110 1100010 101110

Color Harmonies of #E85602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85602

Black with #E85602

Text Example


Text Example

White with #E85602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85602; }

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

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

background-color css

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

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

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

border-color css

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

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

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