Html Css Color HEX #E85017 Persimmon

📋 copy color: '#E85017'

red 232 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #E85017

Tints of Persimmon #E85017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 69.25%
G = 23.88%
B = 6.87%

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

#E85017 (or 0xE85017) is known color: Persimmon. HEX triplet: E8, 50 and 17. RGB value is (232,80,23). Sum of RGB (Red+Green+Blue) = 232+80+23=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85017 is #17AFE8. Grayscale: #777777. Windows color (decimal): -1552361 or 1528040. OLE color: 1528040.

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

Color convert

RGB 232 80 23 -
CMYK 0 0.66 0.90 0.09
HSL 16.36º 0.82% 0.5% -
HSV(B) 16.36º 0.9% 0.91% -
XYZ 36.3 22.95 3.33 -
YUV 118.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 232 80 23 0 0.66 0.90 0.09 16.36 0.82 0.5
Hex E8 50 17 0 42 5A 9 10 52 32
Octal 350 120 27 0 102 132 11 20 122 62
Binary 11101000 1010000 10111 0 1000010 1011010 1001 10000 1010010 110010

Color Harmonies of #E85017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85017

Black with #E85017

Text Example


Text Example

White with #E85017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85017; }

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

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

background-color css

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

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

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

border-color css

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

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

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