#E6E077

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

Shades of Texas #E6E077

Tints of Texas #E6E077

Color information

#E6E077 (or 0xE6E077) is unknown color: approx Texas. HEX triplet: E6, E0 and 77. RGB value is (230,224,119). Sum of RGB (Red+Green+Blue) = 230+224+119=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E077 is #191F88. Grayscale: #D6D6D6. Windows color (decimal): -1646473 or 7856358. OLE color: 7856358.

HSL color Cylindrical-coordinate representation of color #E6E077: hue angle of 56.76º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6E077 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230224119-
CMYK00.030.480.10
HSL56.76º68.94%68.43%-
HSV(B)56.76º48.26%90.2%-
XYZ62.6271.4727.95-
YUV213.8274.49139.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 119 (46.88% from 255) = 20.77%
R=40.14%
G=39.09%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022411900.030.480.1056.7668.9468.43
HexE6E0770330A394544
Octal34634016703601271105104
Binary11100110111000001110111011110000101011100110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E077; }

 p { color: rgb(230,224,119); }

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

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

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

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

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

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

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