#E7E480

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

Shades of Texas #E7E480

Tints of Texas #E7E480

Color information

#E7E480 (or 0xE7E480) is unknown color: approx Texas. HEX triplet: E7, E4 and 80. RGB value is (231,228,128). Sum of RGB (Red+Green+Blue) = 231+228+128=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E480 is #181B7F. Grayscale: #D9D9D9. Windows color (decimal): -1579904 or 8447207. OLE color: 8447207.

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

Color convert

RGB231228128-
CMYK00.010.450.09
HSL58.25º68.21%70.39%-
HSV(B)58.25º44.59%90.59%-
XYZ64.5974.0331.31-
YUV217.577.49137.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 128 (50.39% from 255) = 21.81%
R=39.35%
G=38.84%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122812800.010.450.0958.2568.2170.39
HexE7E480012D93a4446
Octal34734420001551172104106
Binary11100111111001001000000001101101100111101010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E480; }

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

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

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

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

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

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

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

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