#EEE484

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

Shades of Texas #EEE484

Tints of Texas #EEE484

Color information

#EEE484 (or 0xEEE484) is unknown color: approx Texas. HEX triplet: EE, E4 and 84. RGB value is (238,228,132). Sum of RGB (Red+Green+Blue) = 238+228+132=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE484 is #111B7B. Grayscale: #DCDCDC. Windows color (decimal): -1121148 or 8709358. OLE color: 8709358.

HSL color Cylindrical-coordinate representation of color #EEE484: hue angle of 54.34º 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 #EEE484 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238228132-
CMYK00.040.450.07
HSL54.34º75.71%72.55%-
HSV(B)54.34º44.54%93.33%-
XYZ67.1775.3332.83-
YUV220.0578.31140.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=39.80%
G=38.13%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822813200.040.450.0754.3475.7172.55
HexEEE484042D7364c49
Octal3563442040455766114111
Binary111011101110010010000100010010110111111011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE484; }

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

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

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

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

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

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

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

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