Html Css Color HEX #E86100 Persimmon

📋 copy color: '#E86100'

red 232 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #E86100

Tints of Persimmon #E86100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 70.52%
G = 29.48%
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

#E86100 (or 0xE86100) is known color: Persimmon. HEX triplet: E8, 61 and 00. RGB value is (232,97,0). Sum of RGB (Red+Green+Blue) = 232+97+0=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E86100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86100 is #179EFF. Grayscale: #7E7E7E. Windows color (decimal): -1548032 or 25064. OLE color: 25064.

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

Color convert

RGB 232 97 0 -
CMYK 0 0.58 1 0.09
HSL 25.09º 1% 0.45% -
HSV(B) 25.09º 1% 0.91% -
XYZ 37.55 25.71 2.98 -
YUV 126.31 56.73 203.39 -
System Red Green Blue C M Y K H S L
Decimal 232 97 0 0 0.58 1 0.09 25.09 1 0.45
Hex E8 61 0 0 3A 64 9 19 64 2D
Octal 350 141 0 0 72 144 11 31 144 55
Binary 11101000 1100001 0 0 111010 1100100 1001 11001 1100100 101101

Color Harmonies of #E86100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86100

Black with #E86100

Text Example


Text Example

White with #E86100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86100; }

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

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

background-color css

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

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

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

border-color css

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

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

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