#E5E475

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

Shades of Texas #E5E475

Tints of Texas #E5E475

Color information

#E5E475 (or 0xE5E475) is unknown color: approx Texas. HEX triplet: E5, E4 and 75. RGB value is (229,228,117). Sum of RGB (Red+Green+Blue) = 229+228+117=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E475 is #1A1B8A. Grayscale: #D8D8D8. Windows color (decimal): -1710987 or 7726309. OLE color: 7726309.

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

Color convert

RGB229228117-
CMYK00.000.490.10
HSL59.46º68.29%67.84%-
HSV(B)59.46º48.91%89.8%-
XYZ63.2773.4327.67-
YUV215.6472.33137.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=39.90%
G=39.72%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922811700.000.490.1059.4668.2967.84
HexE5E4750031A3b4444
Octal34534416500611273104104
Binary1110010111100100111010100110001101011101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E475; }

 p { color: rgb(229,228,117); }

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

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

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

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

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

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

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