#EEF182

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

Shades of Texas #EEF182

Tints of Texas #EEF182

Color information

#EEF182 (or 0xEEF182) is unknown color: approx Texas. HEX triplet: EE, F1 and 82. RGB value is (238,241,130). Sum of RGB (Red+Green+Blue) = 238+241+130=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF182 is #110E7D. Grayscale: #E3E3E3. Windows color (decimal): -1117822 or 8581614. OLE color: 8581614.

HSL color Cylindrical-coordinate representation of color #EEF182: hue angle of 61.62º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEF182 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB238241130-
CMYK0.0100.460.05
HSL61.62º79.86%72.75%-
HSV(B)61.62º46.06%94.51%-
XYZ70.7482.733.35-
YUV227.4573.01135.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 241 (94.53% from 255) = 39.57%
BLUE value IS 130 (51.17% from 255) = 21.35%
R=39.08%
G=39.57%
B=21.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411300.0100.460.0561.6279.8672.75
HexEEF182102E53e5049
Octal3563612021056576120111
Binary1110111011110001100000101010111010111111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF182; }

 p { color: rgb(238,241,130); }

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

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

 a { background-color: rgb(238,241,130); }

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

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

 span { border-color: rgb(238,241,130); }

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