Shades of Texas #EDE883
Tints of Texas #EDE883
RGB
CMYK
RGB Variations
Color information
#EDE883 (or 0xEDE883) is known color: Texas. HEX triplet: ED, E8 and 83. RGB value is (237,232,131). Sum of RGB (Red+Green+Blue) = 237+232+131=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE883 is #12177C. Grayscale: #DEDEDE. Windows color (decimal): -1185661 or 8644845. OLE color: 8644845.
HSL color Cylindrical-coordinate representation of color #EDE883: hue angle of 57.17º 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 #EDE883 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 131 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.07 |
| HSL | 57.17º | 0.75% | 0.72% | - |
| HSV(B) | 57.17º | 0.45% | 0.93% | - |
| XYZ | 67.88 | 77.36 | 32.83 | - |
| YUV | 221.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 131 | 0 | 0.02 | 0.45 | 0.07 | 57.17 | 0.75 | 0.72 |
| Hex | ED | E8 | 83 | 0 | 2 | 2D | 7 | 39 | 4B | 48 |
| Octal | 355 | 350 | 203 | 0 | 2 | 55 | 7 | 71 | 113 | 110 |
| Binary | 11101101 | 11101000 | 10000011 | 0 | 10 | 101101 | 111 | 111001 | 1001011 | 1001000 |
Color Harmonies of #EDE883
Complementary color
Monochromatic Colors of #EDE883
Black with #EDE883
Text Example
Text Example
White with #EDE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE883; }
p { color: rgb(237,232,131); }
H1.HeaderClassName
{
color: #EDE883;
}
.AnyTagClassName
{
color: #EDE883;
}
</style>
background-color css
<style>
a { background-color: #EDE883; }
a { background-color: rgb(237,232,131); }
div.DivClassName
{
background-color: #EDE883;
}
.BgClassName
{
background-color: #EDE883;
}
</style>
border-color css
<style>
span { border-color: #EDE883; }
span { border-color: rgb(237,232,131); }
td.TdClassName
{
border-color: #EDE883;
}
.TagClassName
{
border-color: #EDE883;
}
</style>