#E6E375

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

Shades of Texas #E6E375

Tints of Texas #E6E375

Color information

#E6E375 (or 0xE6E375) is unknown color: approx Texas. HEX triplet: E6, E3 and 75. RGB value is (230,227,117). Sum of RGB (Red+Green+Blue) = 230+227+117=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E375 is #191C8A. Grayscale: #D7D7D7. Windows color (decimal): -1645707 or 7726054. OLE color: 7726054.

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

Color convert

RGB230227117-
CMYK00.010.490.10
HSL58.41º69.33%68.04%-
HSV(B)58.41º49.13%90.2%-
XYZ63.3173.0527.59-
YUV215.3672.49138.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 227 (89.06% from 255) = 39.55%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=40.07%
G=39.55%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022711700.010.490.1058.4169.3368.04
HexE6E3750131A3a4544
Octal34634316501611272105104
Binary1110011011100011111010101110001101011101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E375; }

 p { color: rgb(230,227,117); }

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

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

 a { background-color: rgb(230,227,117); }

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

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

 span { border-color: rgb(230,227,117); }

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