Shades of Texas #EDED80
Tints of Texas #EDED80
RGB
CMYK
RGB Variations
Color information
#EDED80 (or 0xEDED80) is known color: Texas. HEX triplet: ED, ED and 80. RGB value is (237,237,128). Sum of RGB (Red+Green+Blue) = 237+237+128=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED80 is #12127F. Grayscale: #E1E1E1. Windows color (decimal): -1184384 or 8449517. OLE color: 8449517.
HSL color Cylindrical-coordinate representation of color #EDED80: hue angle of 60º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDED80 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 128 | - |
| CMYK | 0 | 0 | 0.46 | 0.07 |
| HSL | 60º | 0.75% | 0.72% | - |
| HSV(B) | 60º | 0.46% | 0.93% | - |
| XYZ | 69.11 | 80.13 | 32.25 | - |
| YUV | 224.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 128 | 0 | 0 | 0.46 | 0.07 | 60 | 0.75 | 0.72 |
| Hex | ED | ED | 80 | 0 | 0 | 2E | 7 | 3C | 4B | 48 |
| Octal | 355 | 355 | 200 | 0 | 0 | 56 | 7 | 74 | 113 | 110 |
| Binary | 11101101 | 11101101 | 10000000 | 0 | 0 | 101110 | 111 | 111100 | 1001011 | 1001000 |
Color Harmonies of #EDED80
Complementary color
Monochromatic Colors of #EDED80
Black with #EDED80
Text Example
Text Example
White with #EDED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED80; }
p { color: rgb(237,237,128); }
H1.HeaderClassName
{
color: #EDED80;
}
.AnyTagClassName
{
color: #EDED80;
}
</style>
background-color css
<style>
a { background-color: #EDED80; }
a { background-color: rgb(237,237,128); }
div.DivClassName
{
background-color: #EDED80;
}
.BgClassName
{
background-color: #EDED80;
}
</style>
border-color css
<style>
span { border-color: #EDED80; }
span { border-color: rgb(237,237,128); }
td.TdClassName
{
border-color: #EDED80;
}
.TagClassName
{
border-color: #EDED80;
}
</style>