Shades of Texas #EDE784
Tints of Texas #EDE784
RGB
CMYK
RGB Variations
Color information
#EDE784 (or 0xEDE784) is known color: Texas. HEX triplet: ED, E7 and 84. RGB value is (237,231,132). Sum of RGB (Red+Green+Blue) = 237+231+132=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE784 is #12187B. Grayscale: #DDDDDD. Windows color (decimal): -1185916 or 8710125. OLE color: 8710125.
HSL color Cylindrical-coordinate representation of color #EDE784: hue angle of 56.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE784 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 132 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 56.57º | 0.74% | 0.72% | - |
| HSV(B) | 56.57º | 0.44% | 0.93% | - |
| XYZ | 67.67 | 76.82 | 33.09 | - |
| YUV | 221.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 132 | 0 | 0.03 | 0.44 | 0.07 | 56.57 | 0.74 | 0.72 |
| Hex | ED | E7 | 84 | 0 | 3 | 2C | 7 | 39 | 4A | 48 |
| Octal | 355 | 347 | 204 | 0 | 3 | 54 | 7 | 71 | 112 | 110 |
| Binary | 11101101 | 11100111 | 10000100 | 0 | 11 | 101100 | 111 | 111001 | 1001010 | 1001000 |
Color Harmonies of #EDE784
Complementary color
Monochromatic Colors of #EDE784
Black with #EDE784
Text Example
Text Example
White with #EDE784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE784; }
p { color: rgb(237,231,132); }
H1.HeaderClassName
{
color: #EDE784;
}
.AnyTagClassName
{
color: #EDE784;
}
</style>
background-color css
<style>
a { background-color: #EDE784; }
a { background-color: rgb(237,231,132); }
div.DivClassName
{
background-color: #EDE784;
}
.BgClassName
{
background-color: #EDE784;
}
</style>
border-color css
<style>
span { border-color: #EDE784; }
span { border-color: rgb(237,231,132); }
td.TdClassName
{
border-color: #EDE784;
}
.TagClassName
{
border-color: #EDE784;
}
</style>