Html Css Color HEX #E45013 Persimmon

📋 copy color: '#E45013'

red 228 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #E45013

Tints of Persimmon #E45013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 69.72%
G = 24.46%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E45013 (or 0xE45013) is known color: Persimmon. HEX triplet: E4, 50 and 13. RGB value is (228,80,19). Sum of RGB (Red+Green+Blue) = 228+80+19=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E45013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45013 is #1BAFEC. Grayscale: #757575. Windows color (decimal): -1814509 or 1265892. OLE color: 1265892.

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

Color convert

RGB 228 80 19 -
CMYK 0 0.65 0.92 0.11
HSL 17.51º 0.85% 0.48% -
HSV(B) 17.51º 0.92% 0.89% -
XYZ 34.98 22.28 3.07 -
YUV 117.3 72.53 206.96 -
System Red Green Blue C M Y K H S L
Decimal 228 80 19 0 0.65 0.92 0.11 17.51 0.85 0.48
Hex E4 50 13 0 41 5C B 12 55 30
Octal 344 120 23 0 101 134 13 22 125 60
Binary 11100100 1010000 10011 0 1000001 1011100 1011 10010 1010101 110000

Color Harmonies of #E45013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45013

Black with #E45013

Text Example


Text Example

White with #E45013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45013; }

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

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

background-color css

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

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

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

border-color css

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

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

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