Shades of Texas #EADF74
Tints of Texas #EADF74
RGB
CMYK
RGB Variations
Color information
#EADF74 (or 0xEADF74) is known color: Texas. HEX triplet: EA, DF and 74. RGB value is (234,223,116). Sum of RGB (Red+Green+Blue) = 234+223+116=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF74 is #15208B. Grayscale: #D6D6D6. Windows color (decimal): -1384588 or 7659498. OLE color: 7659498.
HSL color Cylindrical-coordinate representation of color #EADF74: hue angle of 54.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADF74 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 116 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.08 |
| HSL | 54.41º | 0.74% | 0.69% | - |
| HSV(B) | 54.41º | 0.5% | 0.92% | - |
| XYZ | 63.47 | 71.53 | 26.98 | - |
| YUV | 214.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 116 | 0 | 0.05 | 0.50 | 0.08 | 54.41 | 0.74 | 0.69 |
| Hex | EA | DF | 74 | 0 | 5 | 32 | 8 | 36 | 4A | 45 |
| Octal | 352 | 337 | 164 | 0 | 5 | 62 | 10 | 66 | 112 | 105 |
| Binary | 11101010 | 11011111 | 1110100 | 0 | 101 | 110010 | 1000 | 110110 | 1001010 | 1000101 |
Color Harmonies of #EADF74
Complementary color
Monochromatic Colors of #EADF74
Black with #EADF74
Text Example
Text Example
White with #EADF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF74; }
p { color: rgb(234,223,116); }
H1.HeaderClassName
{
color: #EADF74;
}
.AnyTagClassName
{
color: #EADF74;
}
</style>
background-color css
<style>
a { background-color: #EADF74; }
a { background-color: rgb(234,223,116); }
div.DivClassName
{
background-color: #EADF74;
}
.BgClassName
{
background-color: #EADF74;
}
</style>
border-color css
<style>
span { border-color: #EADF74; }
span { border-color: rgb(234,223,116); }
td.TdClassName
{
border-color: #EADF74;
}
.TagClassName
{
border-color: #EADF74;
}
</style>