Html Css Color HEX #E86200 Persimmon

📋 copy color: '#E86200'

red 232 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #E86200

Tints of Persimmon #E86200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.3%
G = 29.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E86200 (or 0xE86200) is known color: Persimmon. HEX triplet: E8, 62 and 00. RGB value is (232,98,0). Sum of RGB (Red+Green+Blue) = 232+98+0=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E86200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86200 is #179DFF. Grayscale: #7F7F7F. Windows color (decimal): -1547776 or 25320. OLE color: 25320.

HSL color Cylindrical-coordinate representation of color #E86200: hue angle of 25.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86200 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 0 -
CMYK 0 0.58 1 0.09
HSL 25.34º 1% 0.45% -
HSV(B) 25.34º 1% 0.91% -
XYZ 37.65 25.89 3.01 -
YUV 126.89 56.39 202.97 -
System Red Green Blue C M Y K H S L
Decimal 232 98 0 0 0.58 1 0.09 25.34 1 0.45
Hex E8 62 0 0 3A 64 9 19 64 2D
Octal 350 142 0 0 72 144 11 31 144 55
Binary 11101000 1100010 0 0 111010 1100100 1001 11001 1100100 101101

Color Harmonies of #E86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86200

Black with #E86200

Text Example


Text Example

White with #E86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86200; }

 p { color: rgb(232,98,0); }

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

background-color css

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

 a { background-color: rgb(232,98,0); }

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

border-color css

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

 span { border-color: rgb(232,98,0); }

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