Shades of Texas #EAED85
Tints of Texas #EAED85
RGB
CMYK
RGB Variations
Color information
#EAED85 (or 0xEAED85) is known color: Texas. HEX triplet: EA, ED and 85. RGB value is (234,237,133). Sum of RGB (Red+Green+Blue) = 234+237+133=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED85 is #15127A. Grayscale: #E0E0E0. Windows color (decimal): -1380987 or 8777194. OLE color: 8777194.
HSL color Cylindrical-coordinate representation of color #EAED85: hue angle of 61.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAED85 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 133 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.07 |
| HSL | 61.73º | 0.74% | 0.73% | - |
| HSV(B) | 61.73º | 0.44% | 0.93% | - |
| XYZ | 68.45 | 79.75 | 33.98 | - |
| YUV | 224.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 133 | 0.01 | 0 | 0.44 | 0.07 | 61.73 | 0.74 | 0.73 |
| Hex | EA | ED | 85 | 1 | 0 | 2C | 7 | 3E | 4A | 49 |
| Octal | 352 | 355 | 205 | 1 | 0 | 54 | 7 | 76 | 112 | 111 |
| Binary | 11101010 | 11101101 | 10000101 | 1 | 0 | 101100 | 111 | 111110 | 1001010 | 1001001 |
Color Harmonies of #EAED85
Complementary color
Monochromatic Colors of #EAED85
Black with #EAED85
Text Example
Text Example
White with #EAED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED85; }
p { color: rgb(234,237,133); }
H1.HeaderClassName
{
color: #EAED85;
}
.AnyTagClassName
{
color: #EAED85;
}
</style>
background-color css
<style>
a { background-color: #EAED85; }
a { background-color: rgb(234,237,133); }
div.DivClassName
{
background-color: #EAED85;
}
.BgClassName
{
background-color: #EAED85;
}
</style>
border-color css
<style>
span { border-color: #EAED85; }
span { border-color: rgb(234,237,133); }
td.TdClassName
{
border-color: #EAED85;
}
.TagClassName
{
border-color: #EAED85;
}
</style>