Shades of Texas #ECE27F
Tints of Texas #ECE27F
RGB
CMYK
RGB Variations
Color information
#ECE27F (or 0xECE27F) is known color: Texas. HEX triplet: EC, E2 and 7F. RGB value is (236,226,127). Sum of RGB (Red+Green+Blue) = 236+226+127=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE27F is #131D80. Grayscale: #DADADA. Windows color (decimal): -1252737 or 8381164. OLE color: 8381164.
HSL color Cylindrical-coordinate representation of color #ECE27F: hue angle of 54.5º degrees, saturation: 0.74, 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 #ECE27F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 127 | - |
CMYK | 0 | 0.04 | 0.46 | 0.07 |
HSL | 54.5º | 0.74% | 0.71% | - |
HSV(B) | 54.5º | 0.46% | 0.93% | - |
XYZ | 65.62 | 73.76 | 30.86 | - |
YUV | 217.7 | 76.81 | 141.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 127 | 0 | 0.04 | 0.46 | 0.07 | 54.5 | 0.74 | 0.71 |
Hex | EC | E2 | 7F | 0 | 4 | 2E | 7 | 36 | 4A | 47 |
Octal | 354 | 342 | 177 | 0 | 4 | 56 | 7 | 66 | 112 | 107 |
Binary | 11101100 | 11100010 | 1111111 | 0 | 100 | 101110 | 111 | 110110 | 1001010 | 1000111 |
Color Harmonies of #ECE27F
Complementary color
Monochromatic Colors of #ECE27F
Black with #ECE27F
Text Example
Text Example
White with #ECE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE27F; }
p { color: rgb(236,226,127); }
H1.HeaderClassName
{
color: #ECE27F;
}
.AnyTagClassName
{
color: #ECE27F;
}
</style>
background-color css
<style>
a { background-color: #ECE27F; }
a { background-color: rgb(236,226,127); }
div.DivClassName
{
background-color: #ECE27F;
}
.BgClassName
{
background-color: #ECE27F;
}
</style>
border-color css
<style>
span { border-color: #ECE27F; }
span { border-color: rgb(236,226,127); }
td.TdClassName
{
border-color: #ECE27F;
}
.TagClassName
{
border-color: #ECE27F;
}
</style>