Html Css Color HEX #E54000 Persimmon

📋 copy color: '#E54000'

red 229 ◦ green 64 ◦ blue 0

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

Shades of Persimmon #E54000

Tints of Persimmon #E54000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.16%
G = 21.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E54000 (or 0xE54000) is known color: Persimmon. HEX triplet: E5, 40 and 00. RGB value is (229,64,0). Sum of RGB (Red+Green+Blue) = 229+64+0=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E54000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54000 is #1ABFFF. Grayscale: #6A6A6A. Windows color (decimal): -1753088 or 16613. OLE color: 16613.

HSL color Cylindrical-coordinate representation of color #E54000: hue angle of 16.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E54000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 0 -
CMYK 0 0.72 1 0.10
HSL 16.77º 1% 0.45% -
HSV(B) 16.77º 1% 0.9% -
XYZ 34.15 20.32 2.12 -
YUV 106.04 68.16 215.7 -
System Red Green Blue C M Y K H S L
Decimal 229 64 0 0 0.72 1 0.10 16.77 1 0.45
Hex E5 40 0 0 48 64 A 11 64 2D
Octal 345 100 0 0 110 144 12 21 144 55
Binary 11100101 1000000 0 0 1001000 1100100 1010 10001 1100100 101101

Color Harmonies of #E54000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54000

Black with #E54000

Text Example


Text Example

White with #E54000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54000; }

 p { color: rgb(229,64,0); }

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

background-color css

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

 a { background-color: rgb(229,64,0); }

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

border-color css

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

 span { border-color: rgb(229,64,0); }

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