#E1DD7F

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

Shades of Texas #E1DD7F

Tints of Texas #E1DD7F

Color information

#E1DD7F (or 0xE1DD7F) is unknown color: approx Texas. HEX triplet: E1, DD and 7F. RGB value is (225,221,127). Sum of RGB (Red+Green+Blue) = 225+221+127=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD7F is #1E2280. Grayscale: #D3D3D3. Windows color (decimal): -1974913 or 8379873. OLE color: 8379873.

HSL color Cylindrical-coordinate representation of color #E1DD7F: hue angle of 57.55º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1DD7F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225221127-
CMYK00.020.440.12
HSL57.55º62.03%69.02%-
HSV(B)57.55º43.56%88.24%-
XYZ60.7469.2530.24-
YUV211.4880.33137.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 127 (50% from 255) = 22.16%
R=39.27%
G=38.57%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522112700.020.440.1257.5562.0369.02
HexE1DD7F022CC3a3e45
Octal3413351770254147276105
Binary1110000111011101111111101010110011001110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD7F; }

 p { color: rgb(225,221,127); }

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

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

 a { background-color: rgb(225,221,127); }

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

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

 span { border-color: rgb(225,221,127); }

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