#EEF281

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

Shades of Texas #EEF281

Tints of Texas #EEF281

Color information

#EEF281 (or 0xEEF281) is unknown color: approx Texas. HEX triplet: EE, F2 and 81. RGB value is (238,242,129). Sum of RGB (Red+Green+Blue) = 238+242+129=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF281 is #110D7E. Grayscale: #E4E4E4. Windows color (decimal): -1117567 or 8516334. OLE color: 8516334.

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

Color convert

RGB238242129-
CMYK0.0200.470.05
HSL62.12º81.29%72.75%-
HSV(B)62.12º46.69%94.9%-
XYZ70.9783.2733.1-
YUV227.9272.17135.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 129 (50.78% from 255) = 21.18%
R=39.08%
G=39.74%
B=21.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421290.0200.470.0562.1281.2972.75
HexEEF281202F53e5149
Octal3563622012057576121111
Binary11101110111100101000000110010111110111111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF281; }

 p { color: rgb(238,242,129); }

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

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

 a { background-color: rgb(238,242,129); }

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

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

 span { border-color: rgb(238,242,129); }

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