#E5E473

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

Shades of Texas #E5E473

Tints of Texas #E5E473

Color information

#E5E473 (or 0xE5E473) is unknown color: approx Texas. HEX triplet: E5, E4 and 73. RGB value is (229,228,115). Sum of RGB (Red+Green+Blue) = 229+228+115=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E473 is #1A1B8C. Grayscale: #D7D7D7. Windows color (decimal): -1710989 or 7595237. OLE color: 7595237.

HSL color Cylindrical-coordinate representation of color #E5E473: hue angle of 59.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5E473 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229228115-
CMYK00.000.500.10
HSL59.47º68.67%67.45%-
HSV(B)59.47º49.78%89.8%-
XYZ63.1573.3827.06-
YUV215.4271.33137.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 115 (45.31% from 255) = 20.10%
R=40.03%
G=39.86%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922811500.000.500.1059.4768.6767.45
HexE5E4730032A3b4543
Octal34534416300621273105103
Binary1110010111100100111001100110010101011101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E473; }

 p { color: rgb(229,228,115); }

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

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

 a { background-color: rgb(229,228,115); }

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

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

 span { border-color: rgb(229,228,115); }

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