Html Css Color HEX #E85F09 Persimmon

📋 copy color: '#E85F09'

red 232 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #E85F09

Tints of Persimmon #E85F09

RGB

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

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

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

R = 69.05%
G = 28.27%
B = 2.68%

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

#E85F09 (or 0xE85F09) is known color: Persimmon. HEX triplet: E8, 5F and 09. RGB value is (232,95,9). Sum of RGB (Red+Green+Blue) = 232+95+9=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F09 is #17A0F6. Grayscale: #7E7E7E. Windows color (decimal): -1548535 or 614376. OLE color: 614376.

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

Color convert

RGB 232 95 9 -
CMYK 0 0.59 0.96 0.09
HSL 23.14º 0.93% 0.47% -
HSV(B) 23.14º 0.96% 0.91% -
XYZ 37.42 25.36 3.18 -
YUV 126.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 232 95 9 0 0.59 0.96 0.09 23.14 0.93 0.47
Hex E8 5F 9 0 3B 60 9 17 5D 2F
Octal 350 137 11 0 73 140 11 27 135 57
Binary 11101000 1011111 1001 0 111011 1100000 1001 10111 1011101 101111

Color Harmonies of #E85F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F09

Black with #E85F09

Text Example


Text Example

White with #E85F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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