#E1DF7F

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

Shades of Texas #E1DF7F

Tints of Texas #E1DF7F

Color information

#E1DF7F (or 0xE1DF7F) is unknown color: approx Texas. HEX triplet: E1, DF and 7F. RGB value is (225,223,127). Sum of RGB (Red+Green+Blue) = 225+223+127=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF7F is #1E2080. Grayscale: #D5D5D5. Windows color (decimal): -1974401 or 8380385. OLE color: 8380385.

HSL color Cylindrical-coordinate representation of color #E1DF7F: hue angle of 58.78º 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 #E1DF7F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225223127-
CMYK00.010.440.12
HSL58.78º62.03%69.02%-
HSV(B)58.78º43.56%88.24%-
XYZ61.2770.3230.42-
YUV212.6579.66136.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 22.09%
R=39.13%
G=38.78%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522312700.010.440.1258.7862.0369.02
HexE1DF7F012CC3b3e45
Octal3413371770154147376105
Binary111000011101111111111110110110011001110111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF7F; }

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

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

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

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

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

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

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

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