Html Css Color HEX #E45019 Persimmon

📋 copy color: '#E45019'

red 228 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #E45019

Tints of Persimmon #E45019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 68.47%
G = 24.02%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E45019 (or 0xE45019) is known color: Persimmon. HEX triplet: E4, 50 and 19. RGB value is (228,80,25). Sum of RGB (Red+Green+Blue) = 228+80+25=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E45019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45019 is #1BAFE6. Grayscale: #767676. Windows color (decimal): -1814503 or 1659108. OLE color: 1659108.

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

Color convert

RGB 228 80 25 -
CMYK 0 0.65 0.89 0.11
HSL 16.26º 0.8% 0.5% -
HSV(B) 16.26º 0.89% 0.89% -
XYZ 35.04 22.3 3.38 -
YUV 117.98 75.53 206.47 -
System Red Green Blue C M Y K H S L
Decimal 228 80 25 0 0.65 0.89 0.11 16.26 0.8 0.5
Hex E4 50 19 0 41 59 B 10 50 32
Octal 344 120 31 0 101 131 13 20 120 62
Binary 11100100 1010000 11001 0 1000001 1011001 1011 10000 1010000 110010

Color Harmonies of #E45019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45019

Black with #E45019

Text Example


Text Example

White with #E45019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45019; }

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

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

background-color css

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

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

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

border-color css

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

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

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