#E7E180

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

Shades of Texas #E7E180

Tints of Texas #E7E180

Color information

#E7E180 (or 0xE7E180) is unknown color: approx Texas. HEX triplet: E7, E1 and 80. RGB value is (231,225,128). Sum of RGB (Red+Green+Blue) = 231+225+128=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E180 is #181E7F. Grayscale: #D8D8D8. Windows color (decimal): -1580672 or 8446439. OLE color: 8446439.

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

Color convert

RGB231225128-
CMYK00.030.450.09
HSL56.5º68.21%70.39%-
HSV(B)56.5º44.59%90.59%-
XYZ63.7872.431.03-
YUV215.7478.49138.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=39.55%
G=38.53%
B=21.92%

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
Decimal23122512800.030.450.0956.568.2170.39
HexE7E180032D9394446
Octal34734120003551171104106
Binary111001111110000110000000011101101100111100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E180; }

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

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

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

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

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

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

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

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