Shades of Texas #EDE57C
Tints of Texas #EDE57C
RGB
CMYK
RGB Variations
Color information
#EDE57C (or 0xEDE57C) is known color: Texas. HEX triplet: ED, E5 and 7C. RGB value is (237,229,124). Sum of RGB (Red+Green+Blue) = 237+229+124=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE57C is #121A83. Grayscale: #DBDBDB. Windows color (decimal): -1186436 or 8185325. OLE color: 8185325.
HSL color Cylindrical-coordinate representation of color #EDE57C: hue angle of 55.75º 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 #EDE57C is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 124 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.07 |
| HSL | 55.75º | 0.76% | 0.71% | - |
| HSV(B) | 55.75º | 0.48% | 0.93% | - |
| XYZ | 66.58 | 75.5 | 30.13 | - |
| YUV | 219.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 124 | 0 | 0.03 | 0.48 | 0.07 | 55.75 | 0.76 | 0.71 |
| Hex | ED | E5 | 7C | 0 | 3 | 30 | 7 | 38 | 4C | 47 |
| Octal | 355 | 345 | 174 | 0 | 3 | 60 | 7 | 70 | 114 | 107 |
| Binary | 11101101 | 11100101 | 1111100 | 0 | 11 | 110000 | 111 | 111000 | 1001100 | 1000111 |
Color Harmonies of #EDE57C
Complementary color
Monochromatic Colors of #EDE57C
Black with #EDE57C
Text Example
Text Example
White with #EDE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE57C; }
p { color: rgb(237,229,124); }
H1.HeaderClassName
{
color: #EDE57C;
}
.AnyTagClassName
{
color: #EDE57C;
}
</style>
background-color css
<style>
a { background-color: #EDE57C; }
a { background-color: rgb(237,229,124); }
div.DivClassName
{
background-color: #EDE57C;
}
.BgClassName
{
background-color: #EDE57C;
}
</style>
border-color css
<style>
span { border-color: #EDE57C; }
span { border-color: rgb(237,229,124); }
td.TdClassName
{
border-color: #EDE57C;
}
.TagClassName
{
border-color: #EDE57C;
}
</style>