#E5E57D

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

Shades of Texas #E5E57D

Tints of Texas #E5E57D

Color information

#E5E57D (or 0xE5E57D) is unknown color: approx Texas. HEX triplet: E5, E5 and 7D. RGB value is (229,229,125). Sum of RGB (Red+Green+Blue) = 229+229+125=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E57D is #1A1A82. Grayscale: #D9D9D9. Windows color (decimal): -1710723 or 8250853. OLE color: 8250853.

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

Color convert

RGB229229125-
CMYK000.450.10
HSL60º66.67%69.41%-
HSV(B)60º45.41%89.8%-
XYZ64.0374.1830.34-
YUV217.1476136.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.28%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=39.28%
G=39.28%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229229125000.450.106066.6769.41
HexE5E57D002DA3c4345
Octal34534517500551274103105
Binary1110010111100101111110100101101101011110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E57D; }

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

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

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

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

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

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

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

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