Shades of Texas #EDE97B
Tints of Texas #EDE97B
RGB
CMYK
RGB Variations
Color information
#EDE97B (or 0xEDE97B) is known color: Texas. HEX triplet: ED, E9 and 7B. RGB value is (237,233,123). Sum of RGB (Red+Green+Blue) = 237+233+123=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE97B is #121684. Grayscale: #DEDEDE. Windows color (decimal): -1185413 or 8120813. OLE color: 8120813.
HSL color Cylindrical-coordinate representation of color #EDE97B: hue angle of 57.89º 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 #EDE97B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 123 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.07 |
| HSL | 57.89º | 0.76% | 0.71% | - |
| HSV(B) | 57.89º | 0.48% | 0.93% | - |
| XYZ | 67.64 | 77.71 | 30.17 | - |
| YUV | 221.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 123 | 0 | 0.02 | 0.48 | 0.07 | 57.89 | 0.76 | 0.71 |
| Hex | ED | E9 | 7B | 0 | 2 | 30 | 7 | 3A | 4C | 47 |
| Octal | 355 | 351 | 173 | 0 | 2 | 60 | 7 | 72 | 114 | 107 |
| Binary | 11101101 | 11101001 | 1111011 | 0 | 10 | 110000 | 111 | 111010 | 1001100 | 1000111 |
Color Harmonies of #EDE97B
Complementary color
Monochromatic Colors of #EDE97B
Black with #EDE97B
Text Example
Text Example
White with #EDE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE97B; }
p { color: rgb(237,233,123); }
H1.HeaderClassName
{
color: #EDE97B;
}
.AnyTagClassName
{
color: #EDE97B;
}
</style>
background-color css
<style>
a { background-color: #EDE97B; }
a { background-color: rgb(237,233,123); }
div.DivClassName
{
background-color: #EDE97B;
}
.BgClassName
{
background-color: #EDE97B;
}
</style>
border-color css
<style>
span { border-color: #EDE97B; }
span { border-color: rgb(237,233,123); }
td.TdClassName
{
border-color: #EDE97B;
}
.TagClassName
{
border-color: #EDE97B;
}
</style>