#EEEB79

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

Shades of Texas #EEEB79

Tints of Texas #EEEB79

Color information

#EEEB79 (or 0xEEEB79) is unknown color: approx Texas. HEX triplet: EE, EB and 79. RGB value is (238,235,121). Sum of RGB (Red+Green+Blue) = 238+235+121=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEB79 is #111486. Grayscale: #DFDFDF. Windows color (decimal): -1119367 or 7990254. OLE color: 7990254.

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

Color convert

RGB238235121-
CMYK00.010.490.07
HSL58.46º77.48%70.39%-
HSV(B)58.46º49.16%93.33%-
XYZ68.4278.9729.73-
YUV222.970.49138.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 121 (47.66% from 255) = 20.37%
R=40.07%
G=39.56%
B=20.37%

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
Decimal23823512100.010.490.0758.4677.4870.39
HexEEEB79013173a4d46
Octal3563531710161772115106
Binary111011101110101111110010111000111111101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB79; }

 p { color: rgb(238,235,121); }

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

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

 a { background-color: rgb(238,235,121); }

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

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

 span { border-color: rgb(238,235,121); }

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