Shades of Texas #EDE77D
Tints of Texas #EDE77D
RGB
CMYK
RGB Variations
Color information
#EDE77D (or 0xEDE77D) is known color: Texas. HEX triplet: ED, E7 and 7D. RGB value is (237,231,125). Sum of RGB (Red+Green+Blue) = 237+231+125=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE77D is #121882. Grayscale: #DDDDDD. Windows color (decimal): -1185923 or 8251373. OLE color: 8251373.
HSL color Cylindrical-coordinate representation of color #EDE77D: hue angle of 56.79º 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 #EDE77D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 125 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.79º | 0.76% | 0.71% | - |
| HSV(B) | 56.79º | 0.47% | 0.93% | - |
| XYZ | 67.2 | 76.64 | 30.65 | - |
| YUV | 220.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 125 | 0 | 0.03 | 0.47 | 0.07 | 56.79 | 0.76 | 0.71 |
| Hex | ED | E7 | 7D | 0 | 3 | 2F | 7 | 39 | 4C | 47 |
| Octal | 355 | 347 | 175 | 0 | 3 | 57 | 7 | 71 | 114 | 107 |
| Binary | 11101101 | 11100111 | 1111101 | 0 | 11 | 101111 | 111 | 111001 | 1001100 | 1000111 |
Color Harmonies of #EDE77D
Complementary color
Monochromatic Colors of #EDE77D
Black with #EDE77D
Text Example
Text Example
White with #EDE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE77D; }
p { color: rgb(237,231,125); }
H1.HeaderClassName
{
color: #EDE77D;
}
.AnyTagClassName
{
color: #EDE77D;
}
</style>
background-color css
<style>
a { background-color: #EDE77D; }
a { background-color: rgb(237,231,125); }
div.DivClassName
{
background-color: #EDE77D;
}
.BgClassName
{
background-color: #EDE77D;
}
</style>
border-color css
<style>
span { border-color: #EDE77D; }
span { border-color: rgb(237,231,125); }
td.TdClassName
{
border-color: #EDE77D;
}
.TagClassName
{
border-color: #EDE77D;
}
</style>