#EEEF83

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

Shades of Texas #EEEF83

Tints of Texas #EEEF83

Color information

#EEEF83 (or 0xEEEF83) is unknown color: approx Texas. HEX triplet: EE, EF and 83. RGB value is (238,239,131). Sum of RGB (Red+Green+Blue) = 238+239+131=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEF83 is #11107C. Grayscale: #E2E2E2. Windows color (decimal): -1118333 or 8646638. OLE color: 8646638.

HSL color Cylindrical-coordinate representation of color #EEEF83: hue angle of 60.56º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEEF83 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB238239131-
CMYK0.0000.450.06
HSL60.56º77.14%72.55%-
HSV(B)60.56º45.19%93.73%-
XYZ70.2281.5533.51-
YUV226.3974.17136.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 239 (93.75% from 255) = 39.31%
BLUE value IS 131 (51.56% from 255) = 21.55%
R=39.14%
G=39.31%
B=21.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382391310.0000.450.0660.5677.1472.55
HexEEEF83002D63d4d49
Octal3563572030055675115111
Binary1110111011101111100000110010110111011110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEF83; }

 p { color: rgb(238,239,131); }

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

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

 a { background-color: rgb(238,239,131); }

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

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

 span { border-color: rgb(238,239,131); }

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