#E6E674

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

Shades of Texas #E6E674

Tints of Texas #E6E674

Color information

#E6E674 (or 0xE6E674) is unknown color: approx Texas. HEX triplet: E6, E6 and 74. RGB value is (230,230,116). Sum of RGB (Red+Green+Blue) = 230+230+116=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E674 is #19198B. Grayscale: #D9D9D9. Windows color (decimal): -1644940 or 7661286. OLE color: 7661286.

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

Color convert

RGB230230116-
CMYK000.500.10
HSL60º69.51%67.84%-
HSV(B)60º49.57%90.2%-
XYZ64.0874.6827.56-
YUV21771137.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 116 (45.70% from 255) = 20.14%
R=39.93%
G=39.93%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230230116000.500.106069.5167.84
HexE6E6740032A3c4644
Octal34634616400621274106104
Binary1110011011100110111010000110010101011110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E674; }

 p { color: rgb(230,230,116); }

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

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

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

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

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

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

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