Shades of Texas #EDE27F
Tints of Texas #EDE27F
RGB
CMYK
RGB Variations
Color information
#EDE27F (or 0xEDE27F) is known color: Texas. HEX triplet: ED, E2 and 7F. RGB value is (237,226,127). Sum of RGB (Red+Green+Blue) = 237+226+127=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27F is #121D80. Grayscale: #DADADA. Windows color (decimal): -1187201 or 8381165. OLE color: 8381165.
HSL color Cylindrical-coordinate representation of color #EDE27F: hue angle of 54º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE27F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 127 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 54º | 0.75% | 0.71% | - |
| HSV(B) | 54º | 0.46% | 0.93% | - |
| XYZ | 65.95 | 73.93 | 30.87 | - |
| YUV | 218 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 127 | 0 | 0.05 | 0.46 | 0.07 | 54 | 0.75 | 0.71 |
| Hex | ED | E2 | 7F | 0 | 5 | 2E | 7 | 36 | 4B | 47 |
| Octal | 355 | 342 | 177 | 0 | 5 | 56 | 7 | 66 | 113 | 107 |
| Binary | 11101101 | 11100010 | 1111111 | 0 | 101 | 101110 | 111 | 110110 | 1001011 | 1000111 |
Color Harmonies of #EDE27F
Complementary color
Monochromatic Colors of #EDE27F
Black with #EDE27F
Text Example
Text Example
White with #EDE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE27F; }
p { color: rgb(237,226,127); }
H1.HeaderClassName
{
color: #EDE27F;
}
.AnyTagClassName
{
color: #EDE27F;
}
</style>
background-color css
<style>
a { background-color: #EDE27F; }
a { background-color: rgb(237,226,127); }
div.DivClassName
{
background-color: #EDE27F;
}
.BgClassName
{
background-color: #EDE27F;
}
</style>
border-color css
<style>
span { border-color: #EDE27F; }
span { border-color: rgb(237,226,127); }
td.TdClassName
{
border-color: #EDE27F;
}
.TagClassName
{
border-color: #EDE27F;
}
</style>