Html Css Color HEX #E56401 Persimmon

📋 copy color: '#E56401'

red 229 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #E56401

Tints of Persimmon #E56401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 69.39%
G = 30.3%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E56401 (or 0xE56401) is known color: Persimmon. HEX triplet: E5, 64 and 01. RGB value is (229,100,1). Sum of RGB (Red+Green+Blue) = 229+100+1=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E56401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56401 is #1A9BFE. Grayscale: #7F7F7F. Windows color (decimal): -1743871 or 91365. OLE color: 91365.

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

Color convert

RGB 229 100 1 -
CMYK 0 0.56 1.00 0.10
HSL 26.05º 0.99% 0.45% -
HSV(B) 26.05º 1% 0.9% -
XYZ 36.88 25.77 3.06 -
YUV 127.29 56.74 200.55 -
System Red Green Blue C M Y K H S L
Decimal 229 100 1 0 0.56 1.00 0.10 26.05 0.99 0.45
Hex E5 64 1 0 38 64 A 1A 63 2D
Octal 345 144 1 0 70 144 12 32 143 55
Binary 11100101 1100100 1 0 111000 1100100 1010 11010 1100011 101101

Color Harmonies of #E56401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56401

Black with #E56401

Text Example


Text Example

White with #E56401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56401; }

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

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

background-color css

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

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

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

border-color css

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

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

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