#eee97f

Color #EEE97F Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EEE97F

Tints of Texas #EEE97F

Color information

#EEE97F (or 0xEEE97F) is unknown color: approx Texas. HEX triplet: EE, E9 and 7F. RGB value is (238,233,127). Sum of RGB (Red+Green+Blue) = 238+233+127=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE97F is #111680. Grayscale: #DEDEDE. Windows color (decimal): -1119873 or 8382958. OLE color: 8382958.

HSL color Cylindrical-coordinate representation of color #EEE97F: hue angle of 57.3º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE97F is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238233127-
CMYK00.020.470.07
HSL57.3º76.55%71.57%-
HSV(B)57.3º46.64%93.33%-
XYZ68.2377.9931.54-
YUV222.4174.16139.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 233 (91.41% from 255) = 38.96%
BLUE value IS 127 (50% from 255) = 21.24%
R=39.80%
G=38.96%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823312700.020.470.0757.376.5571.57
HexEEE97F022F7394d48
Octal3563511770257771115110
Binary1110111011101001111111101010111111111100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eee97f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eee97f; }

 p { color: rgb(238,233,127); }

 H1.HeaderClassName
 {
   color: #eee97f;
 }
 .AnyTagClassName
 {
   color: #eee97f;
 }
</style>
background-color css

<style>
 a { background-color: #eee97f; }

 a { background-color: rgb(238,233,127); }

 div.DivClassName
 {
   background-color: #eee97f;
 }
 .BgClassName
 {
   background-color: #eee97f;
 }
</style>
border-color css

<style>
 span { border-color: #eee97f; }

 span { border-color: rgb(238,233,127); }

 td.TdClassName
 {
   border-color: #eee97f;
 }
 .TagClassName
 {
   border-color: #eee97f;
 }
</style>