Html Css Color HEX #E54D05 Persimmon

📋 copy color: '#E54D05'

red 229 ◦ green 77 ◦ blue 5

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

Shades of Persimmon #E54D05

Tints of Persimmon #E54D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 73.63%
G = 24.76%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E54D05 (or 0xE54D05) is known color: Persimmon. HEX triplet: E5, 4D and 05. RGB value is (229,77,5). Sum of RGB (Red+Green+Blue) = 229+77+5=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54D05 is #1AB2FA. Grayscale: #727272. Windows color (decimal): -1749755 or 347621. OLE color: 347621.

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

Color convert

RGB 229 77 5 -
CMYK 0 0.66 0.98 0.10
HSL 19.29º 0.96% 0.46% -
HSV(B) 19.29º 0.98% 0.9% -
XYZ 34.99 21.98 2.54 -
YUV 114.24 66.36 209.85 -
System Red Green Blue C M Y K H S L
Decimal 229 77 5 0 0.66 0.98 0.10 19.29 0.96 0.46
Hex E5 4D 5 0 42 62 A 13 60 2E
Octal 345 115 5 0 102 142 12 23 140 56
Binary 11100101 1001101 101 0 1000010 1100010 1010 10011 1100000 101110

Color Harmonies of #E54D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D05

Black with #E54D05

Text Example


Text Example

White with #E54D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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