Shades of Texas #EDE683
Tints of Texas #EDE683
RGB
CMYK
RGB Variations
Color information
#EDE683 (or 0xEDE683) is known color: Texas. HEX triplet: ED, E6 and 83. RGB value is (237,230,131). Sum of RGB (Red+Green+Blue) = 237+230+131=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE683 is #12197C. Grayscale: #DDDDDD. Windows color (decimal): -1186173 or 8644333. OLE color: 8644333.
HSL color Cylindrical-coordinate representation of color #EDE683: hue angle of 56.04º 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 #EDE683 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 131 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 56.04º | 0.75% | 0.72% | - |
| HSV(B) | 56.04º | 0.45% | 0.93% | - |
| XYZ | 67.32 | 76.24 | 32.64 | - |
| YUV | 220.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 131 | 0 | 0.03 | 0.45 | 0.07 | 56.04 | 0.75 | 0.72 |
| Hex | ED | E6 | 83 | 0 | 3 | 2D | 7 | 38 | 4B | 48 |
| Octal | 355 | 346 | 203 | 0 | 3 | 55 | 7 | 70 | 113 | 110 |
| Binary | 11101101 | 11100110 | 10000011 | 0 | 11 | 101101 | 111 | 111000 | 1001011 | 1001000 |
Color Harmonies of #EDE683
Complementary color
Monochromatic Colors of #EDE683
Black with #EDE683
Text Example
Text Example
White with #EDE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE683; }
p { color: rgb(237,230,131); }
H1.HeaderClassName
{
color: #EDE683;
}
.AnyTagClassName
{
color: #EDE683;
}
</style>
background-color css
<style>
a { background-color: #EDE683; }
a { background-color: rgb(237,230,131); }
div.DivClassName
{
background-color: #EDE683;
}
.BgClassName
{
background-color: #EDE683;
}
</style>
border-color css
<style>
span { border-color: #EDE683; }
span { border-color: rgb(237,230,131); }
td.TdClassName
{
border-color: #EDE683;
}
.TagClassName
{
border-color: #EDE683;
}
</style>