Shades of Texas #EDE878
Tints of Texas #EDE878
RGB
CMYK
RGB Variations
Color information
#EDE878 (or 0xEDE878) is known color: Texas. HEX triplet: ED, E8 and 78. RGB value is (237,232,120). Sum of RGB (Red+Green+Blue) = 237+232+120=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE878 is #121787. Grayscale: #DDDDDD. Windows color (decimal): -1185672 or 7923949. OLE color: 7923949.
HSL color Cylindrical-coordinate representation of color #EDE878: hue angle of 57.44º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE878 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 120 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.07 |
| HSL | 57.44º | 0.76% | 0.7% | - |
| HSV(B) | 57.44º | 0.49% | 0.93% | - |
| XYZ | 67.17 | 77.07 | 29.11 | - |
| YUV | 220.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 120 | 0 | 0.02 | 0.49 | 0.07 | 57.44 | 0.76 | 0.7 |
| Hex | ED | E8 | 78 | 0 | 2 | 31 | 7 | 39 | 4C | 46 |
| Octal | 355 | 350 | 170 | 0 | 2 | 61 | 7 | 71 | 114 | 106 |
| Binary | 11101101 | 11101000 | 1111000 | 0 | 10 | 110001 | 111 | 111001 | 1001100 | 1000110 |
Color Harmonies of #EDE878
Complementary color
Monochromatic Colors of #EDE878
Black with #EDE878
Text Example
Text Example
White with #EDE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE878; }
p { color: rgb(237,232,120); }
H1.HeaderClassName
{
color: #EDE878;
}
.AnyTagClassName
{
color: #EDE878;
}
</style>
background-color css
<style>
a { background-color: #EDE878; }
a { background-color: rgb(237,232,120); }
div.DivClassName
{
background-color: #EDE878;
}
.BgClassName
{
background-color: #EDE878;
}
</style>
border-color css
<style>
span { border-color: #EDE878; }
span { border-color: rgb(237,232,120); }
td.TdClassName
{
border-color: #EDE878;
}
.TagClassName
{
border-color: #EDE878;
}
</style>