Shades of Texas #ECED84
Tints of Texas #ECED84
RGB
CMYK
RGB Variations
Color information
#ECED84 (or 0xECED84) is known color: Texas. HEX triplet: EC, ED and 84. RGB value is (236,237,132). Sum of RGB (Red+Green+Blue) = 236+237+132=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED84 is #13127B. Grayscale: #E1E1E1. Windows color (decimal): -1249916 or 8711660. OLE color: 8711660.
HSL color Cylindrical-coordinate representation of color #ECED84: hue angle of 60.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECED84 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 132 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.07 |
| HSL | 60.57º | 0.74% | 0.72% | - |
| HSV(B) | 60.57º | 0.44% | 0.93% | - |
| XYZ | 69.04 | 80.07 | 33.65 | - |
| YUV | 224.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 132 | 0.00 | 0 | 0.44 | 0.07 | 60.57 | 0.74 | 0.72 |
| Hex | EC | ED | 84 | 0 | 0 | 2C | 7 | 3D | 4A | 48 |
| Octal | 354 | 355 | 204 | 0 | 0 | 54 | 7 | 75 | 112 | 110 |
| Binary | 11101100 | 11101101 | 10000100 | 0 | 0 | 101100 | 111 | 111101 | 1001010 | 1001000 |
Color Harmonies of #ECED84
Complementary color
Monochromatic Colors of #ECED84
Black with #ECED84
Text Example
Text Example
White with #ECED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED84; }
p { color: rgb(236,237,132); }
H1.HeaderClassName
{
color: #ECED84;
}
.AnyTagClassName
{
color: #ECED84;
}
</style>
background-color css
<style>
a { background-color: #ECED84; }
a { background-color: rgb(236,237,132); }
div.DivClassName
{
background-color: #ECED84;
}
.BgClassName
{
background-color: #ECED84;
}
</style>
border-color css
<style>
span { border-color: #ECED84; }
span { border-color: rgb(236,237,132); }
td.TdClassName
{
border-color: #ECED84;
}
.TagClassName
{
border-color: #ECED84;
}
</style>