#EEE474

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

Shades of Texas #EEE474

Tints of Texas #EEE474

Color information

#EEE474 (or 0xEEE474) is unknown color: approx Texas. HEX triplet: EE, E4 and 74. RGB value is (238,228,116). Sum of RGB (Red+Green+Blue) = 238+228+116=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE474 is #111B8B. Grayscale: #DADADA. Windows color (decimal): -1121164 or 7660782. OLE color: 7660782.

HSL color Cylindrical-coordinate representation of color #EEE474: hue angle of 55.08º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE474 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238228116-
CMYK00.040.510.07
HSL55.08º78.21%69.41%-
HSV(B)55.08º51.26%93.33%-
XYZ66.1674.9227.5-
YUV218.2270.31142.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 116 (45.70% from 255) = 19.93%
R=40.89%
G=39.18%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822811600.040.510.0755.0878.2169.41
HexEEE47404337374e45
Octal3563441640463767116105
Binary11101110111001001110100010011001111111011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE474; }

 p { color: rgb(238,228,116); }

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

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

 a { background-color: rgb(238,228,116); }

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

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

 span { border-color: rgb(238,228,116); }

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