Html Css Color HEX #E54D16 Persimmon

📋 copy color: '#E54D16'

red 229 ◦ green 77 ◦ blue 22

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

Shades of Persimmon #E54D16

Tints of Persimmon #E54D16

RGB

 RED value IS 229 (89.84% from 255) = 69.82%

 GREEN value IS 77 (30.47% from 255) = 23.48%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 69.82%
G = 23.48%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E54D16 (or 0xE54D16) is known color: Persimmon. HEX triplet: E5, 4D and 16. RGB value is (229,77,22). Sum of RGB (Red+Green+Blue) = 229+77+22=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54D16 is #1AB2E9. Grayscale: #747474. Windows color (decimal): -1749738 or 1461733. OLE color: 1461733.

HSL color Cylindrical-coordinate representation of color #E54D16: hue angle of 15.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54D16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 22 -
CMYK 0 0.66 0.90 0.10
HSL 15.94º 0.82% 0.49% -
HSV(B) 15.94º 0.9% 0.9% -
XYZ 35.11 22.02 3.16 -
YUV 116.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 229 77 22 0 0.66 0.90 0.10 15.94 0.82 0.49
Hex E5 4D 16 0 42 5A A 10 52 31
Octal 345 115 26 0 102 132 12 20 122 61
Binary 11100101 1001101 10110 0 1000010 1011010 1010 10000 1010010 110001

Color Harmonies of #E54D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D16

Black with #E54D16

Text Example


Text Example

White with #E54D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D16; }

 p { color: rgb(229,77,22); }

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

background-color css

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

 a { background-color: rgb(229,77,22); }

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

border-color css

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

 span { border-color: rgb(229,77,22); }

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