Shades of Texas #EDE672
Tints of Texas #EDE672
RGB
CMYK
RGB Variations
Color information
#EDE672 (or 0xEDE672) is known color: Texas. HEX triplet: ED, E6 and 72. RGB value is (237,230,114). Sum of RGB (Red+Green+Blue) = 237+230+114=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE672 is #12198D. Grayscale: #DBDBDB. Windows color (decimal): -1186190 or 7530221. OLE color: 7530221.
HSL color Cylindrical-coordinate representation of color #EDE672: hue angle of 56.59º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDE672 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 114 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.07 |
| HSL | 56.59º | 0.77% | 0.69% | - |
| HSV(B) | 56.59º | 0.52% | 0.93% | - |
| XYZ | 66.26 | 75.81 | 27.06 | - |
| YUV | 218.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 114 | 0 | 0.03 | 0.52 | 0.07 | 56.59 | 0.77 | 0.69 |
| Hex | ED | E6 | 72 | 0 | 3 | 34 | 7 | 39 | 4D | 45 |
| Octal | 355 | 346 | 162 | 0 | 3 | 64 | 7 | 71 | 115 | 105 |
| Binary | 11101101 | 11100110 | 1110010 | 0 | 11 | 110100 | 111 | 111001 | 1001101 | 1000101 |
Color Harmonies of #EDE672
Complementary color
Monochromatic Colors of #EDE672
Black with #EDE672
Text Example
Text Example
White with #EDE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE672; }
p { color: rgb(237,230,114); }
H1.HeaderClassName
{
color: #EDE672;
}
.AnyTagClassName
{
color: #EDE672;
}
</style>
background-color css
<style>
a { background-color: #EDE672; }
a { background-color: rgb(237,230,114); }
div.DivClassName
{
background-color: #EDE672;
}
.BgClassName
{
background-color: #EDE672;
}
</style>
border-color css
<style>
span { border-color: #EDE672; }
span { border-color: rgb(237,230,114); }
td.TdClassName
{
border-color: #EDE672;
}
.TagClassName
{
border-color: #EDE672;
}
</style>