Html Css Color HEX #E85015 Persimmon

📋 copy color: '#E85015'

red 232 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E85015

Tints of Persimmon #E85015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 69.67%
G = 24.02%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85015 (or 0xE85015) is known color: Persimmon. HEX triplet: E8, 50 and 15. RGB value is (232,80,21). Sum of RGB (Red+Green+Blue) = 232+80+21=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85015 is #17AFEA. Grayscale: #777777. Windows color (decimal): -1552363 or 1396968. OLE color: 1396968.

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

Color convert

RGB 232 80 21 -
CMYK 0 0.66 0.91 0.09
HSL 16.78º 0.83% 0.5% -
HSV(B) 16.78º 0.91% 0.91% -
XYZ 36.28 22.95 3.23 -
YUV 118.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 232 80 21 0 0.66 0.91 0.09 16.78 0.83 0.5
Hex E8 50 15 0 42 5B 9 11 53 32
Octal 350 120 25 0 102 133 11 21 123 62
Binary 11101000 1010000 10101 0 1000010 1011011 1001 10001 1010011 110010

Color Harmonies of #E85015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85015

Black with #E85015

Text Example


Text Example

White with #E85015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85015; }

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

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

background-color css

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

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

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

border-color css

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

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

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