Shades of Texas #E6DD7B
Tints of Texas #E6DD7B
RGB
CMYK
RGB Variations
Color information
#E6DD7B (or 0xE6DD7B) is known color: Texas. HEX triplet: E6, DD and 7B. RGB value is (230,221,123). Sum of RGB (Red+Green+Blue) = 230+221+123=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD7B is #192284. Grayscale: #D4D4D4. Windows color (decimal): -1647237 or 8117734. OLE color: 8117734.
HSL color Cylindrical-coordinate representation of color #E6DD7B: hue angle of 54.95º 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 #E6DD7B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 123 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.10 |
| HSL | 54.95º | 0.68% | 0.69% | - |
| HSV(B) | 54.95º | 0.47% | 0.9% | - |
| XYZ | 62.06 | 69.97 | 28.97 | - |
| YUV | 212.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 123 | 0 | 0.04 | 0.47 | 0.10 | 54.95 | 0.68 | 0.69 |
| Hex | E6 | DD | 7B | 0 | 4 | 2F | A | 37 | 44 | 45 |
| Octal | 346 | 335 | 173 | 0 | 4 | 57 | 12 | 67 | 104 | 105 |
| Binary | 11100110 | 11011101 | 1111011 | 0 | 100 | 101111 | 1010 | 110111 | 1000100 | 1000101 |
Color Harmonies of #E6DD7B
Complementary color
Monochromatic Colors of #E6DD7B
Black with #E6DD7B
Text Example
Text Example
White with #E6DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD7B; }
p { color: rgb(230,221,123); }
H1.HeaderClassName
{
color: #E6DD7B;
}
.AnyTagClassName
{
color: #E6DD7B;
}
</style>
background-color css
<style>
a { background-color: #E6DD7B; }
a { background-color: rgb(230,221,123); }
div.DivClassName
{
background-color: #E6DD7B;
}
.BgClassName
{
background-color: #E6DD7B;
}
</style>
border-color css
<style>
span { border-color: #E6DD7B; }
span { border-color: rgb(230,221,123); }
td.TdClassName
{
border-color: #E6DD7B;
}
.TagClassName
{
border-color: #E6DD7B;
}
</style>