#EAEE84

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

Shades of Texas #EAEE84

Tints of Texas #EAEE84

Color information

#EAEE84 (or 0xEAEE84) is unknown color: approx Texas. HEX triplet: EA, EE and 84. RGB value is (234,238,132). Sum of RGB (Red+Green+Blue) = 234+238+132=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEE84 is #15117B. Grayscale: #E1E1E1. Windows color (decimal): -1380732 or 8711914. OLE color: 8711914.

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

Color convert

RGB234238132-
CMYK0.0200.450.07
HSL62.26º75.71%72.55%-
HSV(B)62.26º44.54%93.33%-
XYZ68.6780.3133.71-
YUV224.7275.67134.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 132 (51.95% from 255) = 21.85%
R=38.74%
G=39.40%
B=21.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381320.0200.450.0762.2675.7172.55
HexEAEE84202D73e4c49
Octal3523562042055776114111
Binary11101010111011101000010010010110111111111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEE84; }

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

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

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

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

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

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

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

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