#E1DE7C

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

Shades of Texas #E1DE7C

Tints of Texas #E1DE7C

Color information

#E1DE7C (or 0xE1DE7C) is unknown color: approx Texas. HEX triplet: E1, DE and 7C. RGB value is (225,222,124). Sum of RGB (Red+Green+Blue) = 225+222+124=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE7C is #1E2183. Grayscale: #D4D4D4. Windows color (decimal): -1974660 or 8183521. OLE color: 8183521.

HSL color Cylindrical-coordinate representation of color #E1DE7C: hue angle of 58.22º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DE7C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225222124-
CMYK00.010.450.12
HSL58.22º62.73%68.43%-
HSV(B)58.22º44.89%88.24%-
XYZ60.8169.7129.32-
YUV211.7278.49137.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 124 (48.83% from 255) = 21.72%
R=39.40%
G=38.88%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522212400.010.450.1258.2262.7368.43
HexE1DE7C012DC3a3f44
Octal3413361740155147277104
Binary111000011101111011111000110110111001110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE7C; }

 p { color: rgb(225,222,124); }

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

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

 a { background-color: rgb(225,222,124); }

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

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

 span { border-color: rgb(225,222,124); }

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