#E0E081

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

Shades of Texas #E0E081

Tints of Texas #E0E081

Color information

#E0E081 (or 0xE0E081) is unknown color: approx Texas. HEX triplet: E0, E0 and 81. RGB value is (224,224,129). Sum of RGB (Red+Green+Blue) = 224+224+129=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E081 is #1F1F7E. Grayscale: #D5D5D5. Windows color (decimal): -2039679 or 8511712. OLE color: 8511712.

HSL color Cylindrical-coordinate representation of color #E0E081: hue angle of 60º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0E081 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224224129-
CMYK000.420.12
HSL60º60.51%69.22%-
HSV(B)60º42.41%87.84%-
XYZ61.3670.7431.19-
YUV213.1780.5135.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 129 (50.78% from 255) = 22.36%
R=38.82%
G=38.82%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224129000.420.126060.5169.22
HexE0E081002AC3c3d45
Octal3403402010052147475105
Binary1110000011100000100000010010101011001111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E081; }

 p { color: rgb(224,224,129); }

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

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

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

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

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

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

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