Html Css Color HEX #E85216 Persimmon

📋 copy color: '#E85216'

red 232 ◦ green 82 ◦ blue 22

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

Shades of Persimmon #E85216

Tints of Persimmon #E85216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 69.05%
G = 24.4%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85216 (or 0xE85216) is known color: Persimmon. HEX triplet: E8, 52 and 16. RGB value is (232,82,22). Sum of RGB (Red+Green+Blue) = 232+82+22=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E85216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85216 is #17ADE9. Grayscale: #787878. Windows color (decimal): -1551850 or 1463016. OLE color: 1463016.

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

Color convert

RGB 232 82 22 -
CMYK 0 0.65 0.91 0.09
HSL 17.14º 0.83% 0.5% -
HSV(B) 17.14º 0.91% 0.91% -
XYZ 36.44 23.25 3.33 -
YUV 120.01 72.7 207.88 -
System Red Green Blue C M Y K H S L
Decimal 232 82 22 0 0.65 0.91 0.09 17.14 0.83 0.5
Hex E8 52 16 0 41 5B 9 11 53 32
Octal 350 122 26 0 101 133 11 21 123 62
Binary 11101000 1010010 10110 0 1000001 1011011 1001 10001 1010011 110010

Color Harmonies of #E85216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85216

Black with #E85216

Text Example


Text Example

White with #E85216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85216; }

 p { color: rgb(232,82,22); }

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

background-color css

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

 a { background-color: rgb(232,82,22); }

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

border-color css

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

 span { border-color: rgb(232,82,22); }

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