Shades of Texas #EDEA7C
Tints of Texas #EDEA7C
RGB
CMYK
RGB Variations
Color information
#EDEA7C (or 0xEDEA7C) is known color: Texas. HEX triplet: ED, EA and 7C. RGB value is (237,234,124). Sum of RGB (Red+Green+Blue) = 237+234+124=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA7C is #121583. Grayscale: #DEDEDE. Windows color (decimal): -1185156 or 8186605. OLE color: 8186605.
HSL color Cylindrical-coordinate representation of color #EDEA7C: hue angle of 58.41º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDEA7C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 124 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.07 |
| HSL | 58.41º | 0.76% | 0.71% | - |
| HSV(B) | 58.41º | 0.48% | 0.93% | - |
| XYZ | 67.99 | 78.31 | 30.6 | - |
| YUV | 222.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 124 | 0 | 0.01 | 0.48 | 0.07 | 58.41 | 0.76 | 0.71 |
| Hex | ED | EA | 7C | 0 | 1 | 30 | 7 | 3A | 4C | 47 |
| Octal | 355 | 352 | 174 | 0 | 1 | 60 | 7 | 72 | 114 | 107 |
| Binary | 11101101 | 11101010 | 1111100 | 0 | 1 | 110000 | 111 | 111010 | 1001100 | 1000111 |
Color Harmonies of #EDEA7C
Complementary color
Monochromatic Colors of #EDEA7C
Black with #EDEA7C
Text Example
Text Example
White with #EDEA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA7C; }
p { color: rgb(237,234,124); }
H1.HeaderClassName
{
color: #EDEA7C;
}
.AnyTagClassName
{
color: #EDEA7C;
}
</style>
background-color css
<style>
a { background-color: #EDEA7C; }
a { background-color: rgb(237,234,124); }
div.DivClassName
{
background-color: #EDEA7C;
}
.BgClassName
{
background-color: #EDEA7C;
}
</style>
border-color css
<style>
span { border-color: #EDEA7C; }
span { border-color: rgb(237,234,124); }
td.TdClassName
{
border-color: #EDEA7C;
}
.TagClassName
{
border-color: #EDEA7C;
}
</style>