Html Css Color HEX #E05600 Persimmon

📋 copy color: '#E05600'

red 224 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #E05600

Tints of Persimmon #E05600

RGB

 RED value IS 224 (87.89% from 255) = 72.26%

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 72.26%
G = 27.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05600 (or 0xE05600) is known color: Persimmon. HEX triplet: E0, 56 and 00. RGB value is (224,86,0). Sum of RGB (Red+Green+Blue) = 224+86+0=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E05600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05600 is #1FA9FF. Grayscale: #757575. Windows color (decimal): -2075136 or 22240. OLE color: 22240.

HSL color Cylindrical-coordinate representation of color #E05600: hue angle of 23.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 86 0 -
CMYK 0 0.62 1 0.12
HSL 23.04º 1% 0.44% -
HSV(B) 23.04º 1% 0.88% -
XYZ 34.07 22.5 2.55 -
YUV 117.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 224 86 0 0 0.62 1 0.12 23.04 1 0.44
Hex E0 56 0 0 3E 64 C 17 64 2C
Octal 340 126 0 0 76 144 14 27 144 54
Binary 11100000 1010110 0 0 111110 1100100 1100 10111 1100100 101100

Color Harmonies of #E05600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05600

Black with #E05600

Text Example


Text Example

White with #E05600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05600; }

 p { color: rgb(224,86,0); }

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

background-color css

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

 a { background-color: rgb(224,86,0); }

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

border-color css

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

 span { border-color: rgb(224,86,0); }

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