Html Css Color HEX #E85F06 Persimmon

📋 copy color: '#E85F06'

red 232 ◦ green 95 ◦ blue 6

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

Shades of Persimmon #E85F06

Tints of Persimmon #E85F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

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

R = 69.67%
G = 28.53%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85F06 (or 0xE85F06) is known color: Persimmon. HEX triplet: E8, 5F and 06. RGB value is (232,95,6). Sum of RGB (Red+Green+Blue) = 232+95+6=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F06 is #17A0F9. Grayscale: #7E7E7E. Windows color (decimal): -1548538 or 417768. OLE color: 417768.

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

Color convert

RGB 232 95 6 -
CMYK 0 0.59 0.97 0.09
HSL 23.63º 0.95% 0.47% -
HSV(B) 23.63º 0.97% 0.91% -
XYZ 37.4 25.35 3.09 -
YUV 125.82 60.39 203.74 -
System Red Green Blue C M Y K H S L
Decimal 232 95 6 0 0.59 0.97 0.09 23.63 0.95 0.47
Hex E8 5F 6 0 3B 61 9 18 5F 2F
Octal 350 137 6 0 73 141 11 30 137 57
Binary 11101000 1011111 110 0 111011 1100001 1001 11000 1011111 101111

Color Harmonies of #E85F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F06

Black with #E85F06

Text Example


Text Example

White with #E85F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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