#E5DF7D

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

Shades of Texas #E5DF7D

Tints of Texas #E5DF7D

Color information

#E5DF7D (or 0xE5DF7D) is unknown color: approx Texas. HEX triplet: E5, DF and 7D. RGB value is (229,223,125). Sum of RGB (Red+Green+Blue) = 229+223+125=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF7D is #1A2082. Grayscale: #D6D6D6. Windows color (decimal): -1712259 or 8249317. OLE color: 8249317.

HSL color Cylindrical-coordinate representation of color #E5DF7D: hue angle of 56.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5DF7D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229223125-
CMYK00.030.450.10
HSL56.54º66.67%69.41%-
HSV(B)56.54º45.41%89.8%-
XYZ62.470.9129.8-
YUV213.6277.99138.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 125 (49.22% from 255) = 21.66%
R=39.69%
G=38.65%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922312500.030.450.1056.5466.6769.41
HexE5DF7D032DA394345
Octal34533717503551271103105
Binary11100101110111111111101011101101101011100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DF7D; }

 p { color: rgb(229,223,125); }

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

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

 a { background-color: rgb(229,223,125); }

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

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

 span { border-color: rgb(229,223,125); }

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