Shades of Texas #EDE783
Tints of Texas #EDE783
RGB
CMYK
RGB Variations
Color information
#EDE783 (or 0xEDE783) is known color: Texas. HEX triplet: ED, E7 and 83. RGB value is (237,231,131). Sum of RGB (Red+Green+Blue) = 237+231+131=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE783 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE783 is #12187C. Grayscale: #DDDDDD. Windows color (decimal): -1185917 or 8644589. OLE color: 8644589.
HSL color Cylindrical-coordinate representation of color #EDE783: hue angle of 56.6º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDE783 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 131 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 56.6º | 0.75% | 0.72% | - |
| HSV(B) | 56.6º | 0.45% | 0.93% | - |
| XYZ | 67.6 | 76.8 | 32.73 | - |
| YUV | 221.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 131 | 0 | 0.03 | 0.45 | 0.07 | 56.6 | 0.75 | 0.72 |
| Hex | ED | E7 | 83 | 0 | 3 | 2D | 7 | 39 | 4B | 48 |
| Octal | 355 | 347 | 203 | 0 | 3 | 55 | 7 | 71 | 113 | 110 |
| Binary | 11101101 | 11100111 | 10000011 | 0 | 11 | 101101 | 111 | 111001 | 1001011 | 1001000 |
Color Harmonies of #EDE783
Complementary color
Monochromatic Colors of #EDE783
Black with #EDE783
Text Example
Text Example
White with #EDE783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE783; }
p { color: rgb(237,231,131); }
H1.HeaderClassName
{
color: #EDE783;
}
.AnyTagClassName
{
color: #EDE783;
}
</style>
background-color css
<style>
a { background-color: #EDE783; }
a { background-color: rgb(237,231,131); }
div.DivClassName
{
background-color: #EDE783;
}
.BgClassName
{
background-color: #EDE783;
}
</style>
border-color css
<style>
span { border-color: #EDE783; }
span { border-color: rgb(237,231,131); }
td.TdClassName
{
border-color: #EDE783;
}
.TagClassName
{
border-color: #EDE783;
}
</style>