Shades of Texas #EDE37B
Tints of Texas #EDE37B
RGB
CMYK
RGB Variations
Color information
#EDE37B (or 0xEDE37B) is known color: Texas. HEX triplet: ED, E3 and 7B. RGB value is (237,227,123). Sum of RGB (Red+Green+Blue) = 237+227+123=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE37B is #121C84. Grayscale: #DADADA. Windows color (decimal): -1186949 or 8119277. OLE color: 8119277.
HSL color Cylindrical-coordinate representation of color #EDE37B: hue angle of 54.74º 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 #EDE37B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 123 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.07 |
| HSL | 54.74º | 0.76% | 0.71% | - |
| HSV(B) | 54.74º | 0.48% | 0.93% | - |
| XYZ | 65.97 | 74.37 | 29.62 | - |
| YUV | 218.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 123 | 0 | 0.04 | 0.48 | 0.07 | 54.74 | 0.76 | 0.71 |
| Hex | ED | E3 | 7B | 0 | 4 | 30 | 7 | 37 | 4C | 47 |
| Octal | 355 | 343 | 173 | 0 | 4 | 60 | 7 | 67 | 114 | 107 |
| Binary | 11101101 | 11100011 | 1111011 | 0 | 100 | 110000 | 111 | 110111 | 1001100 | 1000111 |
Color Harmonies of #EDE37B
Complementary color
Monochromatic Colors of #EDE37B
Black with #EDE37B
Text Example
Text Example
White with #EDE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE37B; }
p { color: rgb(237,227,123); }
H1.HeaderClassName
{
color: #EDE37B;
}
.AnyTagClassName
{
color: #EDE37B;
}
</style>
background-color css
<style>
a { background-color: #EDE37B; }
a { background-color: rgb(237,227,123); }
div.DivClassName
{
background-color: #EDE37B;
}
.BgClassName
{
background-color: #EDE37B;
}
</style>
border-color css
<style>
span { border-color: #EDE37B; }
span { border-color: rgb(237,227,123); }
td.TdClassName
{
border-color: #EDE37B;
}
.TagClassName
{
border-color: #EDE37B;
}
</style>