Shades of Texas #EDEA85
Tints of Texas #EDEA85
RGB
CMYK
RGB Variations
Color information
#EDEA85 (or 0xEDEA85) is known color: Texas. HEX triplet: ED, EA and 85. RGB value is (237,234,133). Sum of RGB (Red+Green+Blue) = 237+234+133=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA85 is #12157A. Grayscale: #DFDFDF. Windows color (decimal): -1185147 or 8776429. OLE color: 8776429.
HSL color Cylindrical-coordinate representation of color #EDEA85: hue angle of 58.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDEA85 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 133 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.07 |
| HSL | 58.27º | 0.74% | 0.73% | - |
| HSV(B) | 58.27º | 0.44% | 0.93% | - |
| XYZ | 68.58 | 78.54 | 33.74 | - |
| YUV | 223.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 133 | 0 | 0.01 | 0.44 | 0.07 | 58.27 | 0.74 | 0.73 |
| Hex | ED | EA | 85 | 0 | 1 | 2C | 7 | 3A | 4A | 49 |
| Octal | 355 | 352 | 205 | 0 | 1 | 54 | 7 | 72 | 112 | 111 |
| Binary | 11101101 | 11101010 | 10000101 | 0 | 1 | 101100 | 111 | 111010 | 1001010 | 1001001 |
Color Harmonies of #EDEA85
Complementary color
Monochromatic Colors of #EDEA85
Black with #EDEA85
Text Example
Text Example
White with #EDEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA85; }
p { color: rgb(237,234,133); }
H1.HeaderClassName
{
color: #EDEA85;
}
.AnyTagClassName
{
color: #EDEA85;
}
</style>
background-color css
<style>
a { background-color: #EDEA85; }
a { background-color: rgb(237,234,133); }
div.DivClassName
{
background-color: #EDEA85;
}
.BgClassName
{
background-color: #EDEA85;
}
</style>
border-color css
<style>
span { border-color: #EDEA85; }
span { border-color: rgb(237,234,133); }
td.TdClassName
{
border-color: #EDEA85;
}
.TagClassName
{
border-color: #EDEA85;
}
</style>