Shades of Texas #EDE27E
Tints of Texas #EDE27E
RGB
CMYK
RGB Variations
Color information
#EDE27E (or 0xEDE27E) is known color: Texas. HEX triplet: ED, E2 and 7E. RGB value is (237,226,126). Sum of RGB (Red+Green+Blue) = 237+226+126=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27E is #121D81. Grayscale: #DADADA. Windows color (decimal): -1187202 or 8315629. OLE color: 8315629.
HSL color Cylindrical-coordinate representation of color #EDE27E: hue angle of 54.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDE27E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 126 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.07 |
| HSL | 54.05º | 0.76% | 0.71% | - |
| HSV(B) | 54.05º | 0.47% | 0.93% | - |
| XYZ | 65.89 | 73.9 | 30.53 | - |
| YUV | 217.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 126 | 0 | 0.05 | 0.47 | 0.07 | 54.05 | 0.76 | 0.71 |
| Hex | ED | E2 | 7E | 0 | 5 | 2F | 7 | 36 | 4C | 47 |
| Octal | 355 | 342 | 176 | 0 | 5 | 57 | 7 | 66 | 114 | 107 |
| Binary | 11101101 | 11100010 | 1111110 | 0 | 101 | 101111 | 111 | 110110 | 1001100 | 1000111 |
Color Harmonies of #EDE27E
Complementary color
Monochromatic Colors of #EDE27E
Black with #EDE27E
Text Example
Text Example
White with #EDE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE27E; }
p { color: rgb(237,226,126); }
H1.HeaderClassName
{
color: #EDE27E;
}
.AnyTagClassName
{
color: #EDE27E;
}
</style>
background-color css
<style>
a { background-color: #EDE27E; }
a { background-color: rgb(237,226,126); }
div.DivClassName
{
background-color: #EDE27E;
}
.BgClassName
{
background-color: #EDE27E;
}
</style>
border-color css
<style>
span { border-color: #EDE27E; }
span { border-color: rgb(237,226,126); }
td.TdClassName
{
border-color: #EDE27E;
}
.TagClassName
{
border-color: #EDE27E;
}
</style>