#ECECAB

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

Shades of Medium Goldenrod #ECECAB

Tints of Medium Goldenrod #ECECAB

Color information

#ECECAB (or 0xECECAB) is unknown color: approx Medium Goldenrod. HEX triplet: EC, EC and AB. RGB value is (236,236,171). Sum of RGB (Red+Green+Blue) = 236+236+171=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAB is #131354. Grayscale: #E4E4E4. Windows color (decimal): -1250133 or 11267308. OLE color: 11267308.

HSL color Cylindrical-coordinate representation of color #ECECAB: hue angle of 60º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECECAB is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236236171-
CMYK000.280.07
HSL60º63.11%79.8%-
HSV(B)60º27.54%92.55%-
XYZ71.9480.7650.33-
YUV228.5995.5133.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=36.70%
G=36.70%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236171000.280.076063.1179.8
HexECECAB001C73c3f50
Octal354354253003477477120
Binary11101100111011001010101100111001111111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECAB; }

 p { color: rgb(236,236,171); }

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

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

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

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

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

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

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