#E6E180

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

Shades of Texas #E6E180

Tints of Texas #E6E180

Color information

#E6E180 (or 0xE6E180) is unknown color: approx Texas. HEX triplet: E6, E1 and 80. RGB value is (230,225,128). Sum of RGB (Red+Green+Blue) = 230+225+128=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E180 is #191E7F. Grayscale: #D7D7D7. Windows color (decimal): -1646208 or 8446438. OLE color: 8446438.

HSL color Cylindrical-coordinate representation of color #E6E180: hue angle of 57.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6E180 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230225128-
CMYK00.020.440.10
HSL57.06º67.11%70.2%-
HSV(B)57.06º44.35%90.2%-
XYZ63.4572.2331.02-
YUV215.4478.66138.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=39.45%
G=38.59%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022512800.020.440.1057.0667.1170.2
HexE6E180022CA394346
Octal34634120002541271103106
Binary111001101110000110000000010101100101011100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E180; }

 p { color: rgb(230,225,128); }

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

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

 a { background-color: rgb(230,225,128); }

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

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

 span { border-color: rgb(230,225,128); }

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