Html Css Color HEX #E56006 Persimmon

📋 copy color: '#E56006'

red 229 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #E56006

Tints of Persimmon #E56006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 69.18%
G = 29%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E56006 (or 0xE56006) is known color: Persimmon. HEX triplet: E5, 60 and 06. RGB value is (229,96,6). Sum of RGB (Red+Green+Blue) = 229+96+6=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E56006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56006 is #1A9FF9. Grayscale: #7E7E7E. Windows color (decimal): -1744890 or 418021. OLE color: 418021.

HSL color Cylindrical-coordinate representation of color #E56006: hue angle of 24.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E56006 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 6 -
CMYK 0 0.58 0.97 0.10
HSL 24.22º 0.95% 0.46% -
HSV(B) 24.22º 0.97% 0.9% -
XYZ 36.53 25.04 3.08 -
YUV 125.51 60.56 201.82 -
System Red Green Blue C M Y K H S L
Decimal 229 96 6 0 0.58 0.97 0.10 24.22 0.95 0.46
Hex E5 60 6 0 3A 61 A 18 5F 2E
Octal 345 140 6 0 72 141 12 30 137 56
Binary 11100101 1100000 110 0 111010 1100001 1010 11000 1011111 101110

Color Harmonies of #E56006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56006

Black with #E56006

Text Example


Text Example

White with #E56006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56006; }

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

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

background-color css

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

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

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

border-color css

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

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

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