Html Css Color HEX #E85018 Persimmon

📋 copy color: '#E85018'

red 232 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #E85018

Tints of Persimmon #E85018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 69.05%
G = 23.81%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E85018 (or 0xE85018) is known color: Persimmon. HEX triplet: E8, 50 and 18. RGB value is (232,80,24). Sum of RGB (Red+Green+Blue) = 232+80+24=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E85018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85018 is #17AFE7. Grayscale: #777777. Windows color (decimal): -1552360 or 1593576. OLE color: 1593576.

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

Color convert

RGB 232 80 24 -
CMYK 0 0.66 0.90 0.09
HSL 16.15º 0.82% 0.5% -
HSV(B) 16.15º 0.9% 0.91% -
XYZ 36.31 22.96 3.38 -
YUV 119.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 232 80 24 0 0.66 0.90 0.09 16.15 0.82 0.5
Hex E8 50 18 0 42 5A 9 10 52 32
Octal 350 120 30 0 102 132 11 20 122 62
Binary 11101000 1010000 11000 0 1000010 1011010 1001 10000 1010010 110010

Color Harmonies of #E85018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85018

Black with #E85018

Text Example


Text Example

White with #E85018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85018; }

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

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

background-color css

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

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

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

border-color css

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

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

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