Shades of Texas #EAF37B
Tints of Texas #EAF37B
RGB
CMYK
RGB Variations
Color information
#EAF37B (or 0xEAF37B) is known color: Texas. HEX triplet: EA, F3 and 7B. RGB value is (234,243,123). Sum of RGB (Red+Green+Blue) = 234+243+123=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF37B is #150C84. Grayscale: #E3E3E3. Windows color (decimal): -1379461 or 8123370. OLE color: 8123370.
HSL color Cylindrical-coordinate representation of color #EAF37B: hue angle of 64.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF37B is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 123 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.05 |
| HSL | 64.5º | 0.83% | 0.72% | - |
| HSV(B) | 64.5º | 0.49% | 0.95% | - |
| XYZ | 69.56 | 83.02 | 31.1 | - |
| YUV | 226.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 123 | 0.04 | 0 | 0.49 | 0.05 | 64.5 | 0.83 | 0.72 |
| Hex | EA | F3 | 7B | 4 | 0 | 31 | 5 | 40 | 53 | 48 |
| Octal | 352 | 363 | 173 | 4 | 0 | 61 | 5 | 100 | 123 | 110 |
| Binary | 11101010 | 11110011 | 1111011 | 100 | 0 | 110001 | 101 | 1000000 | 1010011 | 1001000 |
Color Harmonies of #EAF37B
Complementary color
Monochromatic Colors of #EAF37B
Black with #EAF37B
Text Example
Text Example
White with #EAF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF37B; }
p { color: rgb(234,243,123); }
H1.HeaderClassName
{
color: #EAF37B;
}
.AnyTagClassName
{
color: #EAF37B;
}
</style>
background-color css
<style>
a { background-color: #EAF37B; }
a { background-color: rgb(234,243,123); }
div.DivClassName
{
background-color: #EAF37B;
}
.BgClassName
{
background-color: #EAF37B;
}
</style>
border-color css
<style>
span { border-color: #EAF37B; }
span { border-color: rgb(234,243,123); }
td.TdClassName
{
border-color: #EAF37B;
}
.TagClassName
{
border-color: #EAF37B;
}
</style>