Html Css Color HEX #E45413 Persimmon

📋 copy color: '#E45413'

red 228 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #E45413

Tints of Persimmon #E45413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

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

R = 68.88%
G = 25.38%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E45413 (or 0xE45413) is known color: Persimmon. HEX triplet: E4, 54 and 13. RGB value is (228,84,19). Sum of RGB (Red+Green+Blue) = 228+84+19=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E45413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45413 is #1BABEC. Grayscale: #787878. Windows color (decimal): -1813485 or 1266916. OLE color: 1266916.

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

Color convert

RGB 228 84 19 -
CMYK 0 0.63 0.92 0.11
HSL 18.66º 0.85% 0.48% -
HSV(B) 18.66º 0.92% 0.89% -
XYZ 35.28 22.88 3.17 -
YUV 119.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 228 84 19 0 0.63 0.92 0.11 18.66 0.85 0.48
Hex E4 54 13 0 3F 5C B 13 55 30
Octal 344 124 23 0 77 134 13 23 125 60
Binary 11100100 1010100 10011 0 111111 1011100 1011 10011 1010101 110000

Color Harmonies of #E45413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45413

Black with #E45413

Text Example


Text Example

White with #E45413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45413; }

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

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

background-color css

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

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

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

border-color css

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

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

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