Shades of Texas #ECE27D
Tints of Texas #ECE27D
RGB
CMYK
RGB Variations
Color information
#ECE27D (or 0xECE27D) is known color: Texas. HEX triplet: EC, E2 and 7D. RGB value is (236,226,125). Sum of RGB (Red+Green+Blue) = 236+226+125=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE27D is #131D82. Grayscale: #D9D9D9. Windows color (decimal): -1252739 or 8250092. OLE color: 8250092.
HSL color Cylindrical-coordinate representation of color #ECE27D: hue angle of 54.59º degrees, saturation: 0.74, 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 #ECE27D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 125 | - |
CMYK | 0 | 0.04 | 0.47 | 0.07 |
HSL | 54.59º | 0.74% | 0.71% | - |
HSV(B) | 54.59º | 0.47% | 0.93% | - |
XYZ | 65.49 | 73.71 | 30.18 | - |
YUV | 217.48 | 75.81 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 125 | 0 | 0.04 | 0.47 | 0.07 | 54.59 | 0.74 | 0.71 |
Hex | EC | E2 | 7D | 0 | 4 | 2F | 7 | 37 | 4A | 47 |
Octal | 354 | 342 | 175 | 0 | 4 | 57 | 7 | 67 | 112 | 107 |
Binary | 11101100 | 11100010 | 1111101 | 0 | 100 | 101111 | 111 | 110111 | 1001010 | 1000111 |
Color Harmonies of #ECE27D
Complementary color
Monochromatic Colors of #ECE27D
Black with #ECE27D
Text Example
Text Example
White with #ECE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE27D; }
p { color: rgb(236,226,125); }
H1.HeaderClassName
{
color: #ECE27D;
}
.AnyTagClassName
{
color: #ECE27D;
}
</style>
background-color css
<style>
a { background-color: #ECE27D; }
a { background-color: rgb(236,226,125); }
div.DivClassName
{
background-color: #ECE27D;
}
.BgClassName
{
background-color: #ECE27D;
}
</style>
border-color css
<style>
span { border-color: #ECE27D; }
span { border-color: rgb(236,226,125); }
td.TdClassName
{
border-color: #ECE27D;
}
.TagClassName
{
border-color: #ECE27D;
}
</style>