#E1E57D

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

Shades of Texas #E1E57D

Tints of Texas #E1E57D

Color information

#E1E57D (or 0xE1E57D) is unknown color: approx Texas. HEX triplet: E1, E5 and 7D. RGB value is (225,229,125). Sum of RGB (Red+Green+Blue) = 225+229+125=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E57D is #1E1A82. Grayscale: #D8D8D8. Windows color (decimal): -1972867 or 8250849. OLE color: 8250849.

HSL color Cylindrical-coordinate representation of color #E1E57D: hue angle of 62.31º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1E57D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB225229125-
CMYK0.0200.450.10
HSL62.31º66.67%69.41%-
HSV(B)62.31º45.41%89.8%-
XYZ62.7773.5330.29-
YUV215.9576.67134.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 229 (89.84% from 255) = 39.55%
BLUE value IS 125 (49.22% from 255) = 21.59%
R=38.86%
G=39.55%
B=21.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252291250.0200.450.1062.3166.6769.41
HexE1E57D202DA3e4345
Octal34134517520551276103105
Binary11100001111001011111101100101101101011111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E57D; }

 p { color: rgb(225,229,125); }

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

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

 a { background-color: rgb(225,229,125); }

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

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

 span { border-color: rgb(225,229,125); }

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