#e5e574

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

Shades of Texas #E5E574

Tints of Texas #E5E574

Color information

#E5E574 (or 0xE5E574) is unknown color: approx Texas. HEX triplet: E5, E5 and 74. RGB value is (229,229,116). Sum of RGB (Red+Green+Blue) = 229+229+116=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E574 is #1A1A8B. Grayscale: #D8D8D8. Windows color (decimal): -1710732 or 7661029. OLE color: 7661029.

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

Color convert

RGB229229116-
CMYK000.490.10
HSL60º68.48%67.65%-
HSV(B)60º49.34%89.8%-
XYZ63.4873.9627.45-
YUV216.1271.5137.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 116 (45.70% from 255) = 20.21%
R=39.90%
G=39.90%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229229116000.490.106068.4867.65
HexE5E5740031A3c4444
Octal34534516400611274104104
Binary1110010111100101111010000110001101011110010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5e574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5e574; }

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

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

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

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

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

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

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

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