#e2df7d

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

Shades of Texas #E2DF7D

Tints of Texas #E2DF7D

Color information

#E2DF7D (or 0xE2DF7D) is unknown color: approx Texas. HEX triplet: E2, DF and 7D. RGB value is (226,223,125). Sum of RGB (Red+Green+Blue) = 226+223+125=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF7D is #1D2082. Grayscale: #D5D5D5. Windows color (decimal): -1908867 or 8249314. OLE color: 8249314.

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

Color convert

RGB226223125-
CMYK00.010.450.11
HSL58.22º63.52%68.82%-
HSV(B)58.22º44.69%88.63%-
XYZ61.4570.4229.76-
YUV212.7278.49137.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 21.78%
R=39.37%
G=38.85%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622312500.010.450.1158.2263.5268.82
HexE2DF7D012DB3a4045
Octal34233717501551372100105
Binary1110001011011111111110101101101101111101010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2df7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2df7d; }

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

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

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

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

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

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

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

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