#E7E478

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

Shades of Texas #E7E478

Tints of Texas #E7E478

Color information

#E7E478 (or 0xE7E478) is unknown color: approx Texas. HEX triplet: E7, E4 and 78. RGB value is (231,228,120). Sum of RGB (Red+Green+Blue) = 231+228+120=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E478 is #181B87. Grayscale: #D9D9D9. Windows color (decimal): -1579912 or 7922919. OLE color: 7922919.

HSL color Cylindrical-coordinate representation of color #E7E478: hue angle of 58.38º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7E478 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231228120-
CMYK00.010.480.09
HSL58.38º69.81%68.82%-
HSV(B)58.38º48.05%90.59%-
XYZ64.0973.8328.64-
YUV216.5873.49138.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 120 (47.27% from 255) = 20.73%
R=39.90%
G=39.38%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122812000.010.480.0958.3869.8168.82
HexE7E478013093a4645
Octal34734417001601172106105
Binary1110011111100100111100001110000100111101010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E478; }

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

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

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

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

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

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

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

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