Html Css Color HEX #E85302 Persimmon

📋 copy color: '#E85302'

red 232 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #E85302

Tints of Persimmon #E85302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 73.19%
G = 26.18%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E85302 (or 0xE85302) is known color: Persimmon. HEX triplet: E8, 53 and 02. RGB value is (232,83,2). Sum of RGB (Red+Green+Blue) = 232+83+2=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E85302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85302 is #17ACFD. Grayscale: #767676. Windows color (decimal): -1551614 or 152552. OLE color: 152552.

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

Color convert

RGB 232 83 2 -
CMYK 0 0.64 0.99 0.09
HSL 21.13º 0.98% 0.46% -
HSV(B) 21.13º 0.99% 0.91% -
XYZ 36.38 23.35 2.65 -
YUV 118.32 62.36 209.09 -
System Red Green Blue C M Y K H S L
Decimal 232 83 2 0 0.64 0.99 0.09 21.13 0.98 0.46
Hex E8 53 2 0 40 63 9 15 62 2E
Octal 350 123 2 0 100 143 11 25 142 56
Binary 11101000 1010011 10 0 1000000 1100011 1001 10101 1100010 101110

Color Harmonies of #E85302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85302

Black with #E85302

Text Example


Text Example

White with #E85302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85302; }

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

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

background-color css

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

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

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

border-color css

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

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

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