#ECD39F

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

Shades of Hampton #ECD39F

Tints of Hampton #ECD39F

Color information

#ECD39F (or 0xECD39F) is unknown color: approx Hampton. HEX triplet: EC, D3 and 9F. RGB value is (236,211,159). Sum of RGB (Red+Green+Blue) = 236+211+159=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD39F is #132C60. Grayscale: #D4D4D4. Windows color (decimal): -1256545 or 10474476. OLE color: 10474476.

HSL color Cylindrical-coordinate representation of color #ECD39F: hue angle of 40.52º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECD39F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236211159-
CMYK00.110.330.07
HSL40.52º66.96%77.45%-
HSV(B)40.52º32.63%92.55%-
XYZ64.1466.9242.34-
YUV212.5597.78144.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=38.94%
G=34.82%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621115900.110.330.0740.5266.9677.45
HexECD39F0B21729434d
Octal35432323701341751103115
Binary1110110011010011100111110101110000111110100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD39F; }

 p { color: rgb(236,211,159); }

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

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

 a { background-color: rgb(236,211,159); }

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

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

 span { border-color: rgb(236,211,159); }

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