Shades of Texas #EADF7C
Tints of Texas #EADF7C
RGB
CMYK
RGB Variations
Color information
#EADF7C (or 0xEADF7C) is known color: Texas. HEX triplet: EA, DF and 7C. RGB value is (234,223,124). Sum of RGB (Red+Green+Blue) = 234+223+124=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF7C is #152083. Grayscale: #D7D7D7. Windows color (decimal): -1384580 or 8183786. OLE color: 8183786.
HSL color Cylindrical-coordinate representation of color #EADF7C: hue angle of 54º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EADF7C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 124 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.08 |
| HSL | 54º | 0.72% | 0.7% | - |
| HSV(B) | 54º | 0.47% | 0.92% | - |
| XYZ | 63.96 | 71.72 | 29.54 | - |
| YUV | 215 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 124 | 0 | 0.05 | 0.47 | 0.08 | 54 | 0.72 | 0.7 |
| Hex | EA | DF | 7C | 0 | 5 | 2F | 8 | 36 | 48 | 46 |
| Octal | 352 | 337 | 174 | 0 | 5 | 57 | 10 | 66 | 110 | 106 |
| Binary | 11101010 | 11011111 | 1111100 | 0 | 101 | 101111 | 1000 | 110110 | 1001000 | 1000110 |
Color Harmonies of #EADF7C
Complementary color
Monochromatic Colors of #EADF7C
Black with #EADF7C
Text Example
Text Example
White with #EADF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF7C; }
p { color: rgb(234,223,124); }
H1.HeaderClassName
{
color: #EADF7C;
}
.AnyTagClassName
{
color: #EADF7C;
}
</style>
background-color css
<style>
a { background-color: #EADF7C; }
a { background-color: rgb(234,223,124); }
div.DivClassName
{
background-color: #EADF7C;
}
.BgClassName
{
background-color: #EADF7C;
}
</style>
border-color css
<style>
span { border-color: #EADF7C; }
span { border-color: rgb(234,223,124); }
td.TdClassName
{
border-color: #EADF7C;
}
.TagClassName
{
border-color: #EADF7C;
}
</style>