#e6e47d

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

Shades of Texas #E6E47D

Tints of Texas #E6E47D

Color information

#E6E47D (or 0xE6E47D) is unknown color: approx Texas. HEX triplet: E6, E4 and 7D. RGB value is (230,228,125). Sum of RGB (Red+Green+Blue) = 230+228+125=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E47D is #191B82. Grayscale: #D9D9D9. Windows color (decimal): -1645443 or 8250598. OLE color: 8250598.

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

Color convert

RGB230228125-
CMYK00.010.460.10
HSL58.86º67.74%69.61%-
HSV(B)58.86º45.65%90.2%-
XYZ64.0873.7930.27-
YUV216.8676.16137.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=39.45%
G=39.11%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022812500.010.460.1058.8667.7469.61
HexE6E47D012EA3b4446
Octal34634417501561273104106
Binary1110011011100100111110101101110101011101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6e47d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6e47d; }

 p { color: rgb(230,228,125); }

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

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

 a { background-color: rgb(230,228,125); }

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

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

 span { border-color: rgb(230,228,125); }

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