#E6E07D

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

Shades of Texas #E6E07D

Tints of Texas #E6E07D

Color information

#E6E07D (or 0xE6E07D) is unknown color: approx Texas. HEX triplet: E6, E0 and 7D. RGB value is (230,224,125). Sum of RGB (Red+Green+Blue) = 230+224+125=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E07D is #191F82. Grayscale: #D6D6D6. Windows color (decimal): -1646467 or 8249574. OLE color: 8249574.

HSL color Cylindrical-coordinate representation of color #E6E07D: hue angle of 56.57º 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 #E6E07D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230224125-
CMYK00.030.460.10
HSL56.57º67.74%69.61%-
HSV(B)56.57º45.65%90.2%-
XYZ62.9971.6129.91-
YUV214.5177.49139.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 125 (49.22% from 255) = 21.59%
R=39.72%
G=38.69%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022412500.030.460.1056.5767.7469.61
HexE6E07D032EA394446
Octal34634017503561271104106
Binary11100110111000001111101011101110101011100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E07D; }

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

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

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

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

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

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

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

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