Html Css Color HEX #E54605 Persimmon

📋 copy color: '#E54605'

red 229 ◦ green 70 ◦ blue 5

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

Shades of Persimmon #E54605

Tints of Persimmon #E54605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

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

R = 75.33%
G = 23.03%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E54605 (or 0xE54605) is known color: Persimmon. HEX triplet: E5, 46 and 05. RGB value is (229,70,5). Sum of RGB (Red+Green+Blue) = 229+70+5=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E54605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54605 is #1AB9FA. Grayscale: #6E6E6E. Windows color (decimal): -1751547 or 345829. OLE color: 345829.

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

Color convert

RGB 229 70 5 -
CMYK 0 0.69 0.98 0.10
HSL 17.41º 0.96% 0.46% -
HSV(B) 17.41º 0.98% 0.9% -
XYZ 34.53 21.05 2.39 -
YUV 110.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 229 70 5 0 0.69 0.98 0.10 17.41 0.96 0.46
Hex E5 46 5 0 45 62 A 11 60 2E
Octal 345 106 5 0 105 142 12 21 140 56
Binary 11100101 1000110 101 0 1000101 1100010 1010 10001 1100000 101110

Color Harmonies of #E54605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54605

Black with #E54605

Text Example


Text Example

White with #E54605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54605; }

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

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

background-color css

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

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

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

border-color css

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

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

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