Shades of Texas #EDE77F
Tints of Texas #EDE77F
RGB
CMYK
RGB Variations
Color information
#EDE77F (or 0xEDE77F) is known color: Texas. HEX triplet: ED, E7 and 7F. RGB value is (237,231,127). Sum of RGB (Red+Green+Blue) = 237+231+127=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE77F is #121880. Grayscale: #DDDDDD. Windows color (decimal): -1185921 or 8382445. OLE color: 8382445.
HSL color Cylindrical-coordinate representation of color #EDE77F: hue angle of 56.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE77F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 127 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 56.73º | 0.75% | 0.71% | - |
| HSV(B) | 56.73º | 0.46% | 0.93% | - |
| XYZ | 67.33 | 76.69 | 31.33 | - |
| YUV | 220.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 127 | 0 | 0.03 | 0.46 | 0.07 | 56.73 | 0.75 | 0.71 |
| Hex | ED | E7 | 7F | 0 | 3 | 2E | 7 | 39 | 4B | 47 |
| Octal | 355 | 347 | 177 | 0 | 3 | 56 | 7 | 71 | 113 | 107 |
| Binary | 11101101 | 11100111 | 1111111 | 0 | 11 | 101110 | 111 | 111001 | 1001011 | 1000111 |
Color Harmonies of #EDE77F
Complementary color
Monochromatic Colors of #EDE77F
Black with #EDE77F
Text Example
Text Example
White with #EDE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE77F; }
p { color: rgb(237,231,127); }
H1.HeaderClassName
{
color: #EDE77F;
}
.AnyTagClassName
{
color: #EDE77F;
}
</style>
background-color css
<style>
a { background-color: #EDE77F; }
a { background-color: rgb(237,231,127); }
div.DivClassName
{
background-color: #EDE77F;
}
.BgClassName
{
background-color: #EDE77F;
}
</style>
border-color css
<style>
span { border-color: #EDE77F; }
span { border-color: rgb(237,231,127); }
td.TdClassName
{
border-color: #EDE77F;
}
.TagClassName
{
border-color: #EDE77F;
}
</style>