Html Css Color HEX #E85214 Persimmon

📋 copy color: '#E85214'

red 232 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #E85214

Tints of Persimmon #E85214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 69.46%
G = 24.55%
B = 5.99%

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

#E85214 (or 0xE85214) is known color: Persimmon. HEX triplet: E8, 52 and 14. RGB value is (232,82,20). Sum of RGB (Red+Green+Blue) = 232+82+20=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E85214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85214 is #17ADEB. Grayscale: #787878. Windows color (decimal): -1551852 or 1331944. OLE color: 1331944.

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

Color convert

RGB 232 82 20 -
CMYK 0 0.65 0.91 0.09
HSL 17.55º 0.84% 0.49% -
HSV(B) 17.55º 0.91% 0.91% -
XYZ 36.42 23.24 3.23 -
YUV 119.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 232 82 20 0 0.65 0.91 0.09 17.55 0.84 0.49
Hex E8 52 14 0 41 5B 9 12 54 31
Octal 350 122 24 0 101 133 11 22 124 61
Binary 11101000 1010010 10100 0 1000001 1011011 1001 10010 1010100 110001

Color Harmonies of #E85214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85214

Black with #E85214

Text Example


Text Example

White with #E85214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85214; }

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

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

background-color css

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

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

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

border-color css

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

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

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