Html Css Color HEX #E85D06 Persimmon

📋 copy color: '#E85D06'

red 232 ◦ green 93 ◦ blue 6

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

Shades of Persimmon #E85D06

Tints of Persimmon #E85D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 70.09%
G = 28.1%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85D06 (or 0xE85D06) is known color: Persimmon. HEX triplet: E8, 5D and 06. RGB value is (232,93,6). Sum of RGB (Red+Green+Blue) = 232+93+6=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D06 is #17A2F9. Grayscale: #7D7D7D. Windows color (decimal): -1549050 or 417256. OLE color: 417256.

HSL color Cylindrical-coordinate representation of color #E85D06: hue angle of 23.1º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E85D06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 6 -
CMYK 0 0.60 0.97 0.09
HSL 23.1º 0.95% 0.47% -
HSV(B) 23.1º 0.97% 0.91% -
XYZ 37.23 25 3.04 -
YUV 124.64 61.05 204.57 -
System Red Green Blue C M Y K H S L
Decimal 232 93 6 0 0.60 0.97 0.09 23.1 0.95 0.47
Hex E8 5D 6 0 3C 61 9 17 5F 2F
Octal 350 135 6 0 74 141 11 27 137 57
Binary 11101000 1011101 110 0 111100 1100001 1001 10111 1011111 101111

Color Harmonies of #E85D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D06

Black with #E85D06

Text Example


Text Example

White with #E85D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D06; }

 p { color: rgb(232,93,6); }

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

background-color css

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

 a { background-color: rgb(232,93,6); }

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

border-color css

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

 span { border-color: rgb(232,93,6); }

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