Html Css Color HEX #E45016 Persimmon

📋 copy color: '#E45016'

red 228 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #E45016

Tints of Persimmon #E45016

RGB

 RED value IS 228 (89.45% from 255) = 69.09%

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

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

R = 69.09%
G = 24.24%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E45016 (or 0xE45016) is known color: Persimmon. HEX triplet: E4, 50 and 16. RGB value is (228,80,22). Sum of RGB (Red+Green+Blue) = 228+80+22=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E45016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45016 is #1BAFE9. Grayscale: #767676. Windows color (decimal): -1814506 or 1462500. OLE color: 1462500.

HSL color Cylindrical-coordinate representation of color #E45016: hue angle of 16.89º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45016 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 22 -
CMYK 0 0.65 0.90 0.11
HSL 16.89º 0.82% 0.49% -
HSV(B) 16.89º 0.9% 0.89% -
XYZ 35.01 22.29 3.22 -
YUV 117.64 74.03 206.72 -
System Red Green Blue C M Y K H S L
Decimal 228 80 22 0 0.65 0.90 0.11 16.89 0.82 0.49
Hex E4 50 16 0 41 5A B 11 52 31
Octal 344 120 26 0 101 132 13 21 122 61
Binary 11100100 1010000 10110 0 1000001 1011010 1011 10001 1010010 110001

Color Harmonies of #E45016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45016

Black with #E45016

Text Example


Text Example

White with #E45016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45016; }

 p { color: rgb(228,80,22); }

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

background-color css

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

 a { background-color: rgb(228,80,22); }

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

border-color css

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

 span { border-color: rgb(228,80,22); }

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