Html Css Color HEX #E45110 Persimmon

📋 copy color: '#E45110'

red 228 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #E45110

Tints of Persimmon #E45110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

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

R = 70.15%
G = 24.92%
B = 4.92%

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

#E45110 (or 0xE45110) is known color: Persimmon. HEX triplet: E4, 51 and 10. RGB value is (228,81,16). Sum of RGB (Red+Green+Blue) = 228+81+16=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E45110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45110 is #1BAEEF. Grayscale: #757575. Windows color (decimal): -1814256 or 1069540. OLE color: 1069540.

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

Color convert

RGB 228 81 16 -
CMYK 0 0.64 0.93 0.11
HSL 18.4º 0.87% 0.48% -
HSV(B) 18.4º 0.93% 0.89% -
XYZ 35.03 22.42 2.97 -
YUV 117.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 228 81 16 0 0.64 0.93 0.11 18.4 0.87 0.48
Hex E4 51 10 0 40 5D B 12 57 30
Octal 344 121 20 0 100 135 13 22 127 60
Binary 11100100 1010001 10000 0 1000000 1011101 1011 10010 1010111 110000

Color Harmonies of #E45110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45110

Black with #E45110

Text Example


Text Example

White with #E45110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45110; }

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

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

background-color css

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

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

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

border-color css

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

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

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