#e3de80

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

Shades of Texas #E3DE80

Tints of Texas #E3DE80

Color information

#E3DE80 (or 0xE3DE80) is unknown color: approx Texas. HEX triplet: E3, DE and 80. RGB value is (227,222,128). Sum of RGB (Red+Green+Blue) = 227+222+128=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DE80 is #1C217F. Grayscale: #D5D5D5. Windows color (decimal): -1843584 or 8445667. OLE color: 8445667.

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

Color convert

RGB227222128-
CMYK00.020.440.11
HSL56.97º63.87%69.61%-
HSV(B)56.97º43.61%89.02%-
XYZ61.770.1330.71-
YUV212.7880.16138.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 128 (50.39% from 255) = 22.18%
R=39.34%
G=38.47%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722212800.020.440.1156.9763.8769.61
HexE3DE80022CB394046
Octal34333620002541371100106
Binary111000111101111010000000010101100101111100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3de80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3de80; }

 p { color: rgb(227,222,128); }

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

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

 a { background-color: rgb(227,222,128); }

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

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

 span { border-color: rgb(227,222,128); }

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