Shades of Texas #EDE67E
Tints of Texas #EDE67E
RGB
CMYK
RGB Variations
Color information
#EDE67E (or 0xEDE67E) is known color: Texas. HEX triplet: ED, E6 and 7E. RGB value is (237,230,126). Sum of RGB (Red+Green+Blue) = 237+230+126=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67E is #121981. Grayscale: #DCDCDC. Windows color (decimal): -1186178 or 8316653. OLE color: 8316653.
HSL color Cylindrical-coordinate representation of color #EDE67E: hue angle of 56.22º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDE67E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 126 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.22º | 0.76% | 0.71% | - |
| HSV(B) | 56.22º | 0.47% | 0.93% | - |
| XYZ | 66.99 | 76.1 | 30.9 | - |
| YUV | 220.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 126 | 0 | 0.03 | 0.47 | 0.07 | 56.22 | 0.76 | 0.71 |
| Hex | ED | E6 | 7E | 0 | 3 | 2F | 7 | 38 | 4C | 47 |
| Octal | 355 | 346 | 176 | 0 | 3 | 57 | 7 | 70 | 114 | 107 |
| Binary | 11101101 | 11100110 | 1111110 | 0 | 11 | 101111 | 111 | 111000 | 1001100 | 1000111 |
Color Harmonies of #EDE67E
Complementary color
Monochromatic Colors of #EDE67E
Black with #EDE67E
Text Example
Text Example
White with #EDE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE67E; }
p { color: rgb(237,230,126); }
H1.HeaderClassName
{
color: #EDE67E;
}
.AnyTagClassName
{
color: #EDE67E;
}
</style>
background-color css
<style>
a { background-color: #EDE67E; }
a { background-color: rgb(237,230,126); }
div.DivClassName
{
background-color: #EDE67E;
}
.BgClassName
{
background-color: #EDE67E;
}
</style>
border-color css
<style>
span { border-color: #EDE67E; }
span { border-color: rgb(237,230,126); }
td.TdClassName
{
border-color: #EDE67E;
}
.TagClassName
{
border-color: #EDE67E;
}
</style>