#EE5614

Color #EE5614 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EE5614

Tints of Persimmon #EE5614

Color information

#EE5614 (or 0xEE5614) is unknown color: approx Persimmon. HEX triplet: EE, 56 and 14. RGB value is (238,86,20). Sum of RGB (Red+Green+Blue) = 238+86+20=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5614 is #11A9EB. Grayscale: #7C7C7C. Windows color (decimal): -1157612 or 1332974. OLE color: 1332974.

HSL color Cylindrical-coordinate representation of color #EE5614: hue angle of 18.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE5614 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2388620-
CMYK00.640.920.07
HSL18.17º86.51%50.59%-
HSV(B)18.17º91.6%93.33%-
XYZ38.7124.883.42-
YUV123.9269.36209.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 5.81%
R=69.19%
G=25%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238862000.640.920.0718.1786.5150.59
HexEE56140405C7125733
Octal35612624010013472212763
Binary11101110101011010100010000001011100111100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5614; }

 p { color: rgb(238,86,20); }

 H1.HeaderClassName
 {
   color: #EE5614;
 }
 .AnyTagClassName
 {
   color: #EE5614;
 }
</style>
background-color css

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

 a { background-color: rgb(238,86,20); }

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

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

 span { border-color: rgb(238,86,20); }

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