Html Css Color HEX #E85F08 Persimmon

📋 copy color: '#E85F08'

red 232 ◦ green 95 ◦ blue 8

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

Shades of Persimmon #E85F08

Tints of Persimmon #E85F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 69.25%
G = 28.36%
B = 2.39%

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

#E85F08 (or 0xE85F08) is known color: Persimmon. HEX triplet: E8, 5F and 08. RGB value is (232,95,8). Sum of RGB (Red+Green+Blue) = 232+95+8=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F08 is #17A0F7. Grayscale: #7E7E7E. Windows color (decimal): -1548536 or 548840. OLE color: 548840.

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

Color convert

RGB 232 95 8 -
CMYK 0 0.59 0.97 0.09
HSL 23.3º 0.93% 0.47% -
HSV(B) 23.3º 0.97% 0.91% -
XYZ 37.41 25.36 3.15 -
YUV 126.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 232 95 8 0 0.59 0.97 0.09 23.3 0.93 0.47
Hex E8 5F 8 0 3B 61 9 17 5D 2F
Octal 350 137 10 0 73 141 11 27 135 57
Binary 11101000 1011111 1000 0 111011 1100001 1001 10111 1011101 101111

Color Harmonies of #E85F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F08

Black with #E85F08

Text Example


Text Example

White with #E85F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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