#E6E67A

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

Shades of Texas #E6E67A

Tints of Texas #E6E67A

Color information

#E6E67A (or 0xE6E67A) is unknown color: approx Texas. HEX triplet: E6, E6 and 7A. RGB value is (230,230,122). Sum of RGB (Red+Green+Blue) = 230+230+122=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E67A is #191985. Grayscale: #DADADA. Windows color (decimal): -1644934 or 8054502. OLE color: 8054502.

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

Color convert

RGB230230122-
CMYK000.470.10
HSL60º68.35%69.02%-
HSV(B)60º46.96%90.2%-
XYZ64.4474.8229.46-
YUV217.6974136.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 122 (48.05% from 255) = 20.96%
R=39.52%
G=39.52%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230230122000.470.106068.3569.02
HexE6E67A002FA3c4445
Octal34634617200571274104105
Binary1110011011100110111101000101111101011110010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E67A; }

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

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

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

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

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

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

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

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