#E4DE7A

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

Shades of Texas #E4DE7A

Tints of Texas #E4DE7A

Color information

#E4DE7A (or 0xE4DE7A) is unknown color: approx Texas. HEX triplet: E4, DE and 7A. RGB value is (228,222,122). Sum of RGB (Red+Green+Blue) = 228+222+122=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DE7A is #1B2185. Grayscale: #D4D4D4. Windows color (decimal): -1778054 or 8052452. OLE color: 8052452.

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

Color convert

RGB228222122-
CMYK00.030.460.11
HSL56.6º66.25%68.63%-
HSV(B)56.6º46.49%89.41%-
XYZ61.6370.1428.7-
YUV212.3976.99139.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 122 (48.05% from 255) = 21.33%
R=39.86%
G=38.81%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822212200.030.460.1156.666.2568.63
HexE4DE7A032EB394245
Octal34433617203561371102105
Binary11100100110111101111010011101110101111100110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DE7A; }

 p { color: rgb(228,222,122); }

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

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

 a { background-color: rgb(228,222,122); }

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

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

 span { border-color: rgb(228,222,122); }

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