Html Css Color HEX #E85E09 Persimmon

📋 copy color: '#E85E09'

red 232 ◦ green 94 ◦ blue 9

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

Shades of Persimmon #E85E09

Tints of Persimmon #E85E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 69.25%
G = 28.06%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E85E09 (or 0xE85E09) is known color: Persimmon. HEX triplet: E8, 5E and 09. RGB value is (232,94,9). Sum of RGB (Red+Green+Blue) = 232+94+9=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E09 is #17A1F6. Grayscale: #7E7E7E. Windows color (decimal): -1548791 or 614120. OLE color: 614120.

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

Color convert

RGB 232 94 9 -
CMYK 0 0.59 0.96 0.09
HSL 22.87º 0.93% 0.47% -
HSV(B) 22.87º 0.96% 0.91% -
XYZ 37.33 25.18 3.15 -
YUV 125.57 62.22 203.91 -
System Red Green Blue C M Y K H S L
Decimal 232 94 9 0 0.59 0.96 0.09 22.87 0.93 0.47
Hex E8 5E 9 0 3B 60 9 17 5D 2F
Octal 350 136 11 0 73 140 11 27 135 57
Binary 11101000 1011110 1001 0 111011 1100000 1001 10111 1011101 101111

Color Harmonies of #E85E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E09

Black with #E85E09

Text Example


Text Example

White with #E85E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E09; }

 p { color: rgb(232,94,9); }

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

background-color css

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

 a { background-color: rgb(232,94,9); }

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

border-color css

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

 span { border-color: rgb(232,94,9); }

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