Shades of Texas #EAED7F
Tints of Texas #EAED7F
RGB
CMYK
RGB Variations
Color information
#EAED7F (or 0xEAED7F) is known color: Texas. HEX triplet: EA, ED and 7F. RGB value is (234,237,127). Sum of RGB (Red+Green+Blue) = 234+237+127=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED7F is #151280. Grayscale: #DFDFDF. Windows color (decimal): -1380993 or 8383978. OLE color: 8383978.
HSL color Cylindrical-coordinate representation of color #EAED7F: hue angle of 61.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAED7F is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 127 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.07 |
| HSL | 61.64º | 0.75% | 0.71% | - |
| HSV(B) | 61.64º | 0.46% | 0.93% | - |
| XYZ | 68.05 | 79.59 | 31.86 | - |
| YUV | 223.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 127 | 0.01 | 0 | 0.46 | 0.07 | 61.64 | 0.75 | 0.71 |
| Hex | EA | ED | 7F | 1 | 0 | 2E | 7 | 3E | 4B | 47 |
| Octal | 352 | 355 | 177 | 1 | 0 | 56 | 7 | 76 | 113 | 107 |
| Binary | 11101010 | 11101101 | 1111111 | 1 | 0 | 101110 | 111 | 111110 | 1001011 | 1000111 |
Color Harmonies of #EAED7F
Complementary color
Monochromatic Colors of #EAED7F
Black with #EAED7F
Text Example
Text Example
White with #EAED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED7F; }
p { color: rgb(234,237,127); }
H1.HeaderClassName
{
color: #EAED7F;
}
.AnyTagClassName
{
color: #EAED7F;
}
</style>
background-color css
<style>
a { background-color: #EAED7F; }
a { background-color: rgb(234,237,127); }
div.DivClassName
{
background-color: #EAED7F;
}
.BgClassName
{
background-color: #EAED7F;
}
</style>
border-color css
<style>
span { border-color: #EAED7F; }
span { border-color: rgb(234,237,127); }
td.TdClassName
{
border-color: #EAED7F;
}
.TagClassName
{
border-color: #EAED7F;
}
</style>