#E0E580

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

Shades of Texas #E0E580

Tints of Texas #E0E580

Color information

#E0E580 (or 0xE0E580) is unknown color: approx Texas. HEX triplet: E0, E5 and 80. RGB value is (224,229,128). Sum of RGB (Red+Green+Blue) = 224+229+128=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E580 is #1F1A7F. Grayscale: #D8D8D8. Windows color (decimal): -2038400 or 8447456. OLE color: 8447456.

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

Color convert

RGB224229128-
CMYK0.0200.440.10
HSL62.97º66.01%70%-
HSV(B)62.97º44.1%89.8%-
XYZ62.6673.4431.3-
YUV215.9978.34133.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 229 (89.84% from 255) = 39.41%
BLUE value IS 128 (50.39% from 255) = 22.03%
R=38.55%
G=39.41%
B=22.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242291280.0200.440.1062.9766.0170
HexE0E580202CA3f4246
Octal34034520020541277102106
Binary111000001110010110000000100101100101011111110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E580; }

 p { color: rgb(224,229,128); }

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

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

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

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

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

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

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