#EEEB84

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

Shades of Texas #EEEB84

Tints of Texas #EEEB84

Color information

#EEEB84 (or 0xEEEB84) is unknown color: approx Texas. HEX triplet: EE, EB and 84. RGB value is (238,235,132). Sum of RGB (Red+Green+Blue) = 238+235+132=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB84 is #11147B. Grayscale: #E0E0E0. Windows color (decimal): -1119356 or 8711150. OLE color: 8711150.

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

Color convert

RGB238235132-
CMYK00.010.450.07
HSL58.3º75.71%72.55%-
HSV(B)58.3º44.54%93.33%-
XYZ69.1379.2633.48-
YUV224.1575.99137.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 132 (51.95% from 255) = 21.82%
R=39.34%
G=38.84%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823513200.010.450.0758.375.7172.55
HexEEEB84012D73a4c49
Octal3563532040155772114111
Binary1110111011101011100001000110110111111101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB84; }

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

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

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

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

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

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

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

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