Shades of Texas #EAED84
Tints of Texas #EAED84
RGB
CMYK
RGB Variations
Color information
#EAED84 (or 0xEAED84) is known color: Texas. HEX triplet: EA, ED and 84. RGB value is (234,237,132). Sum of RGB (Red+Green+Blue) = 234+237+132=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED84 is #15127B. Grayscale: #E0E0E0. Windows color (decimal): -1380988 or 8711658. OLE color: 8711658.
HSL color Cylindrical-coordinate representation of color #EAED84: hue angle of 61.71º 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 #EAED84 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 132 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.07 |
| HSL | 61.71º | 0.74% | 0.72% | - |
| HSV(B) | 61.71º | 0.44% | 0.93% | - |
| XYZ | 68.38 | 79.73 | 33.61 | - |
| YUV | 224.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 132 | 0.01 | 0 | 0.44 | 0.07 | 61.71 | 0.74 | 0.72 |
| Hex | EA | ED | 84 | 1 | 0 | 2C | 7 | 3E | 4A | 48 |
| Octal | 352 | 355 | 204 | 1 | 0 | 54 | 7 | 76 | 112 | 110 |
| Binary | 11101010 | 11101101 | 10000100 | 1 | 0 | 101100 | 111 | 111110 | 1001010 | 1001000 |
Color Harmonies of #EAED84
Complementary color
Monochromatic Colors of #EAED84
Black with #EAED84
Text Example
Text Example
White with #EAED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED84; }
p { color: rgb(234,237,132); }
H1.HeaderClassName
{
color: #EAED84;
}
.AnyTagClassName
{
color: #EAED84;
}
</style>
background-color css
<style>
a { background-color: #EAED84; }
a { background-color: rgb(234,237,132); }
div.DivClassName
{
background-color: #EAED84;
}
.BgClassName
{
background-color: #EAED84;
}
</style>
border-color css
<style>
span { border-color: #EAED84; }
span { border-color: rgb(234,237,132); }
td.TdClassName
{
border-color: #EAED84;
}
.TagClassName
{
border-color: #EAED84;
}
</style>