#eeec7a

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

Shades of Texas #EEEC7A

Tints of Texas #EEEC7A

Color information

#EEEC7A (or 0xEEEC7A) is unknown color: approx Texas. HEX triplet: EE, EC and 7A. RGB value is (238,236,122). Sum of RGB (Red+Green+Blue) = 238+236+122=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEC7A is #111385. Grayscale: #E0E0E0. Windows color (decimal): -1119110 or 8056046. OLE color: 8056046.

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

Color convert

RGB238236122-
CMYK00.010.490.07
HSL58.97º77.33%70.59%-
HSV(B)58.97º48.74%93.33%-
XYZ68.7779.5730.15-
YUV223.670.66138.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 122 (48.05% from 255) = 20.47%
R=39.93%
G=39.60%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823612200.010.490.0758.9777.3370.59
HexEEEC7A013173b4d47
Octal3563541720161773115107
Binary111011101110110011110100111000111111101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeec7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeec7a; }

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

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

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

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

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

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

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

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