Html Css Color HEX #E85F18 Persimmon

📋 copy color: '#E85F18'

red 232 ◦ green 95 ◦ blue 24

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

Shades of Persimmon #E85F18

Tints of Persimmon #E85F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 66.1%
G = 27.07%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E85F18 (or 0xE85F18) is known color: Persimmon. HEX triplet: E8, 5F and 18. RGB value is (232,95,24). Sum of RGB (Red+Green+Blue) = 232+95+24=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F18 is #17A0E7. Grayscale: #808080. Windows color (decimal): -1548520 or 1597416. OLE color: 1597416.

HSL color Cylindrical-coordinate representation of color #E85F18: hue angle of 20.48º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E85F18 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 24 -
CMYK 0 0.59 0.90 0.09
HSL 20.48º 0.82% 0.5% -
HSV(B) 20.48º 0.9% 0.91% -
XYZ 37.54 25.41 3.79 -
YUV 127.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 232 95 24 0 0.59 0.90 0.09 20.48 0.82 0.5
Hex E8 5F 18 0 3B 5A 9 14 52 32
Octal 350 137 30 0 73 132 11 24 122 62
Binary 11101000 1011111 11000 0 111011 1011010 1001 10100 1010010 110010

Color Harmonies of #E85F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F18

Black with #E85F18

Text Example


Text Example

White with #E85F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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