Html Css Color HEX #E85514 Persimmon

📋 copy color: '#E85514'

red 232 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #E85514

Tints of Persimmon #E85514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 68.84%
G = 25.22%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85514 (or 0xE85514) is known color: Persimmon. HEX triplet: E8, 55 and 14. RGB value is (232,85,20). Sum of RGB (Red+Green+Blue) = 232+85+20=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E85514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85514 is #17AAEB. Grayscale: #797979. Windows color (decimal): -1551084 or 1332712. OLE color: 1332712.

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

Color convert

RGB 232 85 20 -
CMYK 0 0.63 0.91 0.09
HSL 18.4º 0.84% 0.49% -
HSV(B) 18.4º 0.91% 0.91% -
XYZ 36.65 23.7 3.31 -
YUV 121.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 232 85 20 0 0.63 0.91 0.09 18.4 0.84 0.49
Hex E8 55 14 0 3F 5B 9 12 54 31
Octal 350 125 24 0 77 133 11 22 124 61
Binary 11101000 1010101 10100 0 111111 1011011 1001 10010 1010100 110001

Color Harmonies of #E85514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85514

Black with #E85514

Text Example


Text Example

White with #E85514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85514; }

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

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

background-color css

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

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

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

border-color css

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

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

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