Shades of Pale Goldenrod #ECE2B2
Tints of Pale Goldenrod #ECE2B2
RGB
CMYK
RGB Variations
Color information
#ECE2B2 (or 0xECE2B2) is known color: Pale Goldenrod. HEX triplet: EC, E2 and B2. RGB value is (236,226,178). Sum of RGB (Red+Green+Blue) = 236+226+178=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE2B2 is #131D4D. Grayscale: #DFDFDF. Windows color (decimal): -1252686 or 11723500. OLE color: 11723500.
HSL color Cylindrical-coordinate representation of color #ECE2B2: hue angle of 49.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECE2B2 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 178 | - |
CMYK | 0 | 0.04 | 0.25 | 0.07 |
HSL | 49.66º | 0.6% | 0.81% | - |
HSV(B) | 49.66º | 0.25% | 0.93% | - |
XYZ | 69.82 | 75.44 | 53 | - |
YUV | 223.52 | 102.31 | 136.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 178 | 0 | 0.04 | 0.25 | 0.07 | 49.66 | 0.6 | 0.81 |
Hex | EC | E2 | B2 | 0 | 4 | 19 | 7 | 32 | 3C | 51 |
Octal | 354 | 342 | 262 | 0 | 4 | 31 | 7 | 62 | 74 | 121 |
Binary | 11101100 | 11100010 | 10110010 | 0 | 100 | 11001 | 111 | 110010 | 111100 | 1010001 |
Color Harmonies of #ECE2B2
Complementary color
Monochromatic Colors of #ECE2B2
Black with #ECE2B2
Text Example
Text Example
White with #ECE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2B2; }
p { color: rgb(236,226,178); }
H1.HeaderClassName
{
color: #ECE2B2;
}
.AnyTagClassName
{
color: #ECE2B2;
}
</style>
background-color css
<style>
a { background-color: #ECE2B2; }
a { background-color: rgb(236,226,178); }
div.DivClassName
{
background-color: #ECE2B2;
}
.BgClassName
{
background-color: #ECE2B2;
}
</style>
border-color css
<style>
span { border-color: #ECE2B2; }
span { border-color: rgb(236,226,178); }
td.TdClassName
{
border-color: #ECE2B2;
}
.TagClassName
{
border-color: #ECE2B2;
}
</style>