Html Css Color HEX #E56400 Persimmon

📋 copy color: '#E56400'

red 229 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #E56400

Tints of Persimmon #E56400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 69.6%
G = 30.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E56400 (or 0xE56400) is known color: Persimmon. HEX triplet: E5, 64 and 00. RGB value is (229,100,0). Sum of RGB (Red+Green+Blue) = 229+100+0=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E56400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56400 is #1A9BFF. Grayscale: #7F7F7F. Windows color (decimal): -1743872 or 25829. OLE color: 25829.

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

Color convert

RGB 229 100 0 -
CMYK 0 0.56 1 0.10
HSL 26.2º 1% 0.45% -
HSV(B) 26.2º 1% 0.9% -
XYZ 36.87 25.77 3.03 -
YUV 127.17 56.24 200.63 -
System Red Green Blue C M Y K H S L
Decimal 229 100 0 0 0.56 1 0.10 26.2 1 0.45
Hex E5 64 0 0 38 64 A 1A 64 2D
Octal 345 144 0 0 70 144 12 32 144 55
Binary 11100101 1100100 0 0 111000 1100100 1010 11010 1100100 101101

Color Harmonies of #E56400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56400

Black with #E56400

Text Example


Text Example

White with #E56400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56400; }

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

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

background-color css

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

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

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

border-color css

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

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

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