#e9e472

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

Shades of Texas #E9E472

Tints of Texas #E9E472

Color information

#E9E472 (or 0xE9E472) is unknown color: approx Texas. HEX triplet: E9, E4 and 72. RGB value is (233,228,114). Sum of RGB (Red+Green+Blue) = 233+228+114=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E472 is #161B8D. Grayscale: #D8D8D8. Windows color (decimal): -1448846 or 7529705. OLE color: 7529705.

HSL color Cylindrical-coordinate representation of color #E9E472: hue angle of 57.48º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9E472 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233228114-
CMYK00.020.510.09
HSL57.48º73.01%68.04%-
HSV(B)57.48º51.07%91.37%-
XYZ64.3874.0326.81-
YUV216.570.16139.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 114 (44.92% from 255) = 19.83%
R=40.52%
G=39.65%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322811400.020.510.0957.4873.0168.04
HexE9E47202339394944
Octal35134416202631171111104
Binary11101001111001001110010010110011100111100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9e472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9e472; }

 p { color: rgb(233,228,114); }

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

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

 a { background-color: rgb(233,228,114); }

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

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

 span { border-color: rgb(233,228,114); }

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