Shades of Texas #EDE67D
Tints of Texas #EDE67D
RGB
CMYK
RGB Variations
Color information
#EDE67D (or 0xEDE67D) is known color: Texas. HEX triplet: ED, E6 and 7D. RGB value is (237,230,125). Sum of RGB (Red+Green+Blue) = 237+230+125=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67D is #121982. Grayscale: #DCDCDC. Windows color (decimal): -1186179 or 8251117. OLE color: 8251117.
HSL color Cylindrical-coordinate representation of color #EDE67D: hue angle of 56.25º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDE67D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 125 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.25º | 0.76% | 0.71% | - |
| HSV(B) | 56.25º | 0.47% | 0.93% | - |
| XYZ | 66.92 | 76.08 | 30.56 | - |
| YUV | 220.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 125 | 0 | 0.03 | 0.47 | 0.07 | 56.25 | 0.76 | 0.71 |
| Hex | ED | E6 | 7D | 0 | 3 | 2F | 7 | 38 | 4C | 47 |
| Octal | 355 | 346 | 175 | 0 | 3 | 57 | 7 | 70 | 114 | 107 |
| Binary | 11101101 | 11100110 | 1111101 | 0 | 11 | 101111 | 111 | 111000 | 1001100 | 1000111 |
Color Harmonies of #EDE67D
Complementary color
Monochromatic Colors of #EDE67D
Black with #EDE67D
Text Example
Text Example
White with #EDE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE67D; }
p { color: rgb(237,230,125); }
H1.HeaderClassName
{
color: #EDE67D;
}
.AnyTagClassName
{
color: #EDE67D;
}
</style>
background-color css
<style>
a { background-color: #EDE67D; }
a { background-color: rgb(237,230,125); }
div.DivClassName
{
background-color: #EDE67D;
}
.BgClassName
{
background-color: #EDE67D;
}
</style>
border-color css
<style>
span { border-color: #EDE67D; }
span { border-color: rgb(237,230,125); }
td.TdClassName
{
border-color: #EDE67D;
}
.TagClassName
{
border-color: #EDE67D;
}
</style>