Shades of Texas #E9DF75
Tints of Texas #E9DF75
RGB
CMYK
RGB Variations
Color information
#E9DF75 (or 0xE9DF75) is known color: Texas. HEX triplet: E9, DF and 75. RGB value is (233,223,117). Sum of RGB (Red+Green+Blue) = 233+223+117=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF75 is #16208A. Grayscale: #D6D6D6. Windows color (decimal): -1450123 or 7725033. OLE color: 7725033.
HSL color Cylindrical-coordinate representation of color #E9DF75: hue angle of 54.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9DF75 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 117 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.09 |
| HSL | 54.83º | 0.73% | 0.69% | - |
| HSV(B) | 54.83º | 0.5% | 0.91% | - |
| XYZ | 63.2 | 71.38 | 27.28 | - |
| YUV | 213.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 117 | 0 | 0.04 | 0.50 | 0.09 | 54.83 | 0.73 | 0.69 |
| Hex | E9 | DF | 75 | 0 | 4 | 32 | 9 | 37 | 48 | 45 |
| Octal | 351 | 337 | 165 | 0 | 4 | 62 | 11 | 67 | 110 | 105 |
| Binary | 11101001 | 11011111 | 1110101 | 0 | 100 | 110010 | 1001 | 110111 | 1001000 | 1000101 |
Color Harmonies of #E9DF75
Complementary color
Monochromatic Colors of #E9DF75
Black with #E9DF75
Text Example
Text Example
White with #E9DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF75; }
p { color: rgb(233,223,117); }
H1.HeaderClassName
{
color: #E9DF75;
}
.AnyTagClassName
{
color: #E9DF75;
}
</style>
background-color css
<style>
a { background-color: #E9DF75; }
a { background-color: rgb(233,223,117); }
div.DivClassName
{
background-color: #E9DF75;
}
.BgClassName
{
background-color: #E9DF75;
}
</style>
border-color css
<style>
span { border-color: #E9DF75; }
span { border-color: rgb(233,223,117); }
td.TdClassName
{
border-color: #E9DF75;
}
.TagClassName
{
border-color: #E9DF75;
}
</style>