#E0DF7E

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

Shades of Texas #E0DF7E

Tints of Texas #E0DF7E

Color information

#E0DF7E (or 0xE0DF7E) is unknown color: approx Texas. HEX triplet: E0, DF and 7E. RGB value is (224,223,126). Sum of RGB (Red+Green+Blue) = 224+223+126=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF7E is #1F2081. Grayscale: #D4D4D4. Windows color (decimal): -2039938 or 8314848. OLE color: 8314848.

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

Color convert

RGB224223126-
CMYK00.000.440.12
HSL59.39º61.25%68.63%-
HSV(B)59.39º43.75%87.84%-
XYZ60.8970.1330.07-
YUV212.2479.33136.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=39.09%
G=38.92%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422312600.000.440.1259.3961.2568.63
HexE0DF7E002CC3b3d45
Octal3403371760054147375105
Binary111000001101111111111100010110011001110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DF7E; }

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

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

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

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

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

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

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

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