#E5E478

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

Shades of Texas #E5E478

Tints of Texas #E5E478

Color information

#E5E478 (or 0xE5E478) is unknown color: approx Texas. HEX triplet: E5, E4 and 78. RGB value is (229,228,120). Sum of RGB (Red+Green+Blue) = 229+228+120=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E478 is #1A1B87. Grayscale: #D8D8D8. Windows color (decimal): -1710984 or 7922917. OLE color: 7922917.

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

Color convert

RGB229228120-
CMYK00.000.480.10
HSL59.45º67.7%68.43%-
HSV(B)59.45º47.6%89.8%-
XYZ63.4573.528.61-
YUV215.9973.83137.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 228 (89.45% from 255) = 39.51%
BLUE value IS 120 (47.27% from 255) = 20.80%
R=39.69%
G=39.51%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922812000.000.480.1059.4567.768.43
HexE5E4780030A3b4444
Octal34534417000601273104104
Binary1110010111100100111100000110000101011101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E478; }

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

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

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

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

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

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

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

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