#E7E785

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

Shades of Texas #E7E785

Tints of Texas #E7E785

Color information

#E7E785 (or 0xE7E785) is unknown color: approx Texas. HEX triplet: E7, E7 and 85. RGB value is (231,231,133). Sum of RGB (Red+Green+Blue) = 231+231+133=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E785 is #18187A. Grayscale: #DCDCDC. Windows color (decimal): -1579131 or 8775655. OLE color: 8775655.

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

Color convert

RGB231231133-
CMYK000.420.09
HSL60º67.12%71.37%-
HSV(B)60º42.42%90.59%-
XYZ65.7675.8333.36-
YUV219.8379135.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 231 (90.62% from 255) = 38.82%
BLUE value IS 133 (52.34% from 255) = 22.35%
R=38.82%
G=38.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231231133000.420.096067.1271.37
HexE7E785002A93c4347
Octal34734720500521174103107
Binary11100111111001111000010100101010100111110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E785; }

 p { color: rgb(231,231,133); }

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

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

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

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

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

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

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