Shades of Texas #E6DE7A
Tints of Texas #E6DE7A
RGB
CMYK
RGB Variations
Color information
#E6DE7A (or 0xE6DE7A) is known color: Texas. HEX triplet: E6, DE and 7A. RGB value is (230,222,122). Sum of RGB (Red+Green+Blue) = 230+222+122=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE7A is #192185. Grayscale: #D5D5D5. Windows color (decimal): -1646982 or 8052454. OLE color: 8052454.
HSL color Cylindrical-coordinate representation of color #E6DE7A: hue angle of 55.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6DE7A is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 122 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.10 |
| HSL | 55.56º | 0.68% | 0.69% | - |
| HSV(B) | 55.56º | 0.47% | 0.9% | - |
| XYZ | 62.27 | 70.47 | 28.73 | - |
| YUV | 212.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 122 | 0 | 0.03 | 0.47 | 0.10 | 55.56 | 0.68 | 0.69 |
| Hex | E6 | DE | 7A | 0 | 3 | 2F | A | 38 | 44 | 45 |
| Octal | 346 | 336 | 172 | 0 | 3 | 57 | 12 | 70 | 104 | 105 |
| Binary | 11100110 | 11011110 | 1111010 | 0 | 11 | 101111 | 1010 | 111000 | 1000100 | 1000101 |
Color Harmonies of #E6DE7A
Complementary color
Monochromatic Colors of #E6DE7A
Black with #E6DE7A
Text Example
Text Example
White with #E6DE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE7A; }
p { color: rgb(230,222,122); }
H1.HeaderClassName
{
color: #E6DE7A;
}
.AnyTagClassName
{
color: #E6DE7A;
}
</style>
background-color css
<style>
a { background-color: #E6DE7A; }
a { background-color: rgb(230,222,122); }
div.DivClassName
{
background-color: #E6DE7A;
}
.BgClassName
{
background-color: #E6DE7A;
}
</style>
border-color css
<style>
span { border-color: #E6DE7A; }
span { border-color: rgb(230,222,122); }
td.TdClassName
{
border-color: #E6DE7A;
}
.TagClassName
{
border-color: #E6DE7A;
}
</style>