Shades of Texas #DEEA85
Tints of Texas #DEEA85
RGB
CMYK
RGB Variations
Color information
#DEEA85 (or 0xDEEA85) is known color: Texas. HEX triplet: DE, EA and 85. RGB value is (222,234,133). Sum of RGB (Red+Green+Blue) = 222+234+133=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEA85 is #21157A. Grayscale: #DBDBDB. Windows color (decimal): -2168187 or 8776414. OLE color: 8776414.
HSL color Cylindrical-coordinate representation of color #DEEA85: hue angle of 67.13º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEEA85 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 133 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.08 |
| HSL | 67.13º | 0.71% | 0.72% | - |
| HSV(B) | 67.13º | 0.43% | 0.92% | - |
| XYZ | 63.78 | 76.07 | 33.51 | - |
| YUV | 218.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 133 | 0.05 | 0 | 0.43 | 0.08 | 67.13 | 0.71 | 0.72 |
| Hex | DE | EA | 85 | 5 | 0 | 2B | 8 | 43 | 47 | 48 |
| Octal | 336 | 352 | 205 | 5 | 0 | 53 | 10 | 103 | 107 | 110 |
| Binary | 11011110 | 11101010 | 10000101 | 101 | 0 | 101011 | 1000 | 1000011 | 1000111 | 1001000 |
Color Harmonies of #DEEA85
Complementary color
Monochromatic Colors of #DEEA85
Black with #DEEA85
Text Example
Text Example
White with #DEEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA85; }
p { color: rgb(222,234,133); }
H1.HeaderClassName
{
color: #DEEA85;
}
.AnyTagClassName
{
color: #DEEA85;
}
</style>
background-color css
<style>
a { background-color: #DEEA85; }
a { background-color: rgb(222,234,133); }
div.DivClassName
{
background-color: #DEEA85;
}
.BgClassName
{
background-color: #DEEA85;
}
</style>
border-color css
<style>
span { border-color: #DEEA85; }
span { border-color: rgb(222,234,133); }
td.TdClassName
{
border-color: #DEEA85;
}
.TagClassName
{
border-color: #DEEA85;
}
</style>