#E0DE7E

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

Shades of Texas #E0DE7E

Tints of Texas #E0DE7E

Color information

#E0DE7E (or 0xE0DE7E) is unknown color: approx Texas. HEX triplet: E0, DE and 7E. RGB value is (224,222,126). Sum of RGB (Red+Green+Blue) = 224+222+126=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE7E is #1F2181. Grayscale: #D4D4D4. Windows color (decimal): -2040194 or 8314592. OLE color: 8314592.

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

Color convert

RGB224222126-
CMYK00.010.440.12
HSL58.78º61.25%68.63%-
HSV(B)58.78º43.75%87.84%-
XYZ60.6369.629.98-
YUV211.6579.66136.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=39.16%
G=38.81%
B=22.03%

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
Decimal22422212600.010.440.1258.7861.2568.63
HexE0DE7E012CC3b3d45
Octal3403361760154147375105
Binary111000001101111011111100110110011001110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE7E; }

 p { color: rgb(224,222,126); }

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

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

 a { background-color: rgb(224,222,126); }

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

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

 span { border-color: rgb(224,222,126); }

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