Html Css Color HEX #E45216 Persimmon

📋 copy color: '#E45216'

red 228 ◦ green 82 ◦ blue 22

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

Shades of Persimmon #E45216

Tints of Persimmon #E45216

RGB

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

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

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

R = 68.67%
G = 24.7%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E45216 (or 0xE45216) is known color: Persimmon. HEX triplet: E4, 52 and 16. RGB value is (228,82,22). Sum of RGB (Red+Green+Blue) = 228+82+22=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E45216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45216 is #1BADE9. Grayscale: #777777. Windows color (decimal): -1813994 or 1463012. OLE color: 1463012.

HSL color Cylindrical-coordinate representation of color #E45216: hue angle of 17.48º 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 #E45216 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 22 -
CMYK 0 0.64 0.90 0.11
HSL 17.48º 0.82% 0.49% -
HSV(B) 17.48º 0.9% 0.89% -
XYZ 35.16 22.59 3.27 -
YUV 118.81 73.37 205.88 -
System Red Green Blue C M Y K H S L
Decimal 228 82 22 0 0.64 0.90 0.11 17.48 0.82 0.49
Hex E4 52 16 0 40 5A B 11 52 31
Octal 344 122 26 0 100 132 13 21 122 61
Binary 11100100 1010010 10110 0 1000000 1011010 1011 10001 1010010 110001

Color Harmonies of #E45216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45216

Black with #E45216

Text Example


Text Example

White with #E45216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45216; }

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

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

background-color css

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

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

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

border-color css

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

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

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