#E7E080

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

Shades of Texas #E7E080

Tints of Texas #E7E080

Color information

#E7E080 (or 0xE7E080) is unknown color: approx Texas. HEX triplet: E7, E0 and 80. RGB value is (231,224,128). Sum of RGB (Red+Green+Blue) = 231+224+128=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E080 is #181F7F. Grayscale: #D7D7D7. Windows color (decimal): -1580928 or 8446183. OLE color: 8446183.

HSL color Cylindrical-coordinate representation of color #E7E080: hue angle of 55.92º 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 #E7E080 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231224128-
CMYK00.030.450.09
HSL55.92º68.21%70.39%-
HSV(B)55.92º44.59%90.59%-
XYZ63.5171.8630.95-
YUV215.1578.82139.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.62%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=39.62%
G=38.42%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122412800.030.450.0955.9268.2170.39
HexE7E080032D9384446
Octal34734020003551170104106
Binary111001111110000010000000011101101100111100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E080; }

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

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

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

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

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

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

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

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