#E7E473

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

Shades of Texas #E7E473

Tints of Texas #E7E473

Color information

#E7E473 (or 0xE7E473) is unknown color: approx Texas. HEX triplet: E7, E4 and 73. RGB value is (231,228,115). Sum of RGB (Red+Green+Blue) = 231+228+115=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E473 is #181B8C. Grayscale: #D8D8D8. Windows color (decimal): -1579917 or 7595239. OLE color: 7595239.

HSL color Cylindrical-coordinate representation of color #E7E473: hue angle of 58.45º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7E473 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231228115-
CMYK00.010.500.09
HSL58.45º70.73%67.84%-
HSV(B)58.45º50.22%90.59%-
XYZ63.7973.7127.09-
YUV216.0270.99138.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 115 (45.31% from 255) = 20.03%
R=40.24%
G=39.72%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122811500.010.500.0958.4570.7367.84
HexE7E473013293a4744
Octal34734416301621172107104
Binary1110011111100100111001101110010100111101010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E473; }

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

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

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

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

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

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

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

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