Html Css Color HEX #E56000 Persimmon

📋 copy color: '#E56000'

red 229 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #E56000

Tints of Persimmon #E56000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 70.46%
G = 29.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E56000 (or 0xE56000) is known color: Persimmon. HEX triplet: E5, 60 and 00. RGB value is (229,96,0). Sum of RGB (Red+Green+Blue) = 229+96+0=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E56000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56000 is #1A9FFF. Grayscale: #7D7D7D. Windows color (decimal): -1744896 or 24805. OLE color: 24805.

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

Color convert

RGB 229 96 0 -
CMYK 0 0.58 1 0.10
HSL 25.15º 1% 0.45% -
HSV(B) 25.15º 1% 0.9% -
XYZ 36.5 25.02 2.91 -
YUV 124.82 57.56 202.31 -
System Red Green Blue C M Y K H S L
Decimal 229 96 0 0 0.58 1 0.10 25.15 1 0.45
Hex E5 60 0 0 3A 64 A 19 64 2D
Octal 345 140 0 0 72 144 12 31 144 55
Binary 11100101 1100000 0 0 111010 1100100 1010 11001 1100100 101101

Color Harmonies of #E56000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56000

Black with #E56000

Text Example


Text Example

White with #E56000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56000; }

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

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

background-color css

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

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

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

border-color css

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

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

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