Html Css Color HEX #E45210 Persimmon

📋 copy color: '#E45210'

red 228 ◦ green 82 ◦ blue 16

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

Shades of Persimmon #E45210

Tints of Persimmon #E45210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 69.94%
G = 25.15%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E45210 (or 0xE45210) is known color: Persimmon. HEX triplet: E4, 52 and 10. RGB value is (228,82,16). Sum of RGB (Red+Green+Blue) = 228+82+16=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E45210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45210 is #1BADEF. Grayscale: #767676. Windows color (decimal): -1814000 or 1069796. OLE color: 1069796.

HSL color Cylindrical-coordinate representation of color #E45210: hue angle of 18.68º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E45210 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 16 -
CMYK 0 0.64 0.93 0.11
HSL 18.68º 0.87% 0.48% -
HSV(B) 18.68º 0.93% 0.89% -
XYZ 35.11 22.57 3 -
YUV 118.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 228 82 16 0 0.64 0.93 0.11 18.68 0.87 0.48
Hex E4 52 10 0 40 5D B 13 57 30
Octal 344 122 20 0 100 135 13 23 127 60
Binary 11100100 1010010 10000 0 1000000 1011101 1011 10011 1010111 110000

Color Harmonies of #E45210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45210

Black with #E45210

Text Example


Text Example

White with #E45210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45210; }

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

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

background-color css

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

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

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

border-color css

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

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

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