#EEED7B

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

Shades of Texas #EEED7B

Tints of Texas #EEED7B

Color information

#EEED7B (or 0xEEED7B) is unknown color: approx Texas. HEX triplet: EE, ED and 7B. RGB value is (238,237,123). Sum of RGB (Red+Green+Blue) = 238+237+123=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED7B is #111284. Grayscale: #E0E0E0. Windows color (decimal): -1118853 or 8121838. OLE color: 8121838.

HSL color Cylindrical-coordinate representation of color #EEED7B: hue angle of 59.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEED7B is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238237123-
CMYK00.000.480.07
HSL59.48º77.18%70.78%-
HSV(B)59.48º48.32%93.33%-
XYZ69.1280.1830.57-
YUV224.370.83137.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 123 (48.44% from 255) = 20.57%
R=39.80%
G=39.63%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823712300.000.480.0759.4877.1870.78
HexEEED7B003073b4d47
Octal3563551730060773115107
Binary111011101110110111110110011000011111101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEED7B; }

 p { color: rgb(238,237,123); }

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

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

 a { background-color: rgb(238,237,123); }

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

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

 span { border-color: rgb(238,237,123); }

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