#EEEC7D

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

Shades of Texas #EEEC7D

Tints of Texas #EEEC7D

Color information

#EEEC7D (or 0xEEEC7D) is unknown color: approx Texas. HEX triplet: EE, EC and 7D. RGB value is (238,236,125). Sum of RGB (Red+Green+Blue) = 238+236+125=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEC7D is #111382. Grayscale: #E0E0E0. Windows color (decimal): -1119107 or 8252654. OLE color: 8252654.

HSL color Cylindrical-coordinate representation of color #EEEC7D: hue angle of 58.94º degrees, saturation: 0.77, 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 #EEEC7D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238236125-
CMYK00.010.470.07
HSL58.94º76.87%71.18%-
HSV(B)58.94º47.48%93.33%-
XYZ68.9679.6531.14-
YUV223.9472.16138.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 125 (49.22% from 255) = 20.87%
R=39.73%
G=39.40%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823612500.010.470.0758.9476.8771.18
HexEEEC7D012F73b4d47
Octal3563541750157773115107
Binary111011101110110011111010110111111111101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEC7D; }

 p { color: rgb(238,236,125); }

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

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

 a { background-color: rgb(238,236,125); }

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

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

 span { border-color: rgb(238,236,125); }

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