Html Css Color HEX #E54A16 Persimmon

📋 copy color: '#E54A16'

red 229 ◦ green 74 ◦ blue 22

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

Shades of Persimmon #E54A16

Tints of Persimmon #E54A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

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

R = 70.46%
G = 22.77%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E54A16 (or 0xE54A16) is known color: Persimmon. HEX triplet: E5, 4A and 16. RGB value is (229,74,22). Sum of RGB (Red+Green+Blue) = 229+74+22=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A16 is #1AB5E9. Grayscale: #727272. Windows color (decimal): -1750506 or 1460965. OLE color: 1460965.

HSL color Cylindrical-coordinate representation of color #E54A16: hue angle of 15.07º 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 #E54A16 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 22 -
CMYK 0 0.68 0.90 0.10
HSL 15.07º 0.82% 0.49% -
HSV(B) 15.07º 0.9% 0.9% -
XYZ 34.91 21.61 3.09 -
YUV 114.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 229 74 22 0 0.68 0.90 0.10 15.07 0.82 0.49
Hex E5 4A 16 0 44 5A A F 52 31
Octal 345 112 26 0 104 132 12 17 122 61
Binary 11100101 1001010 10110 0 1000100 1011010 1010 1111 1010010 110001

Color Harmonies of #E54A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A16

Black with #E54A16

Text Example


Text Example

White with #E54A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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