#EEE87D

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

Shades of Texas #EEE87D

Tints of Texas #EEE87D

Color information

#EEE87D (or 0xEEE87D) is unknown color: approx Texas. HEX triplet: EE, E8 and 7D. RGB value is (238,232,125). Sum of RGB (Red+Green+Blue) = 238+232+125=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE87D is #111782. Grayscale: #DEDEDE. Windows color (decimal): -1120131 or 8251630. OLE color: 8251630.

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

Color convert

RGB238232125-
CMYK00.030.470.07
HSL56.81º76.87%71.18%-
HSV(B)56.81º47.48%93.33%-
XYZ67.8277.3730.76-
YUV221.673.49139.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=40%
G=38.99%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823212500.030.470.0756.8176.8771.18
HexEEE87D032F7394d47
Octal3563501750357771115107
Binary1110111011101000111110101110111111111100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE87D; }

 p { color: rgb(238,232,125); }

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

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

 a { background-color: rgb(238,232,125); }

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

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

 span { border-color: rgb(238,232,125); }

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