#EFEC7A

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

Shades of Texas #EFEC7A

Tints of Texas #EFEC7A

Color information

#EFEC7A (or 0xEFEC7A) is unknown color: approx Texas. HEX triplet: EF, EC and 7A. RGB value is (239,236,122). Sum of RGB (Red+Green+Blue) = 239+236+122=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC7A is #101385. Grayscale: #E0E0E0. Windows color (decimal): -1053574 or 8056047. OLE color: 8056047.

HSL color Cylindrical-coordinate representation of color #EFEC7A: hue angle of 58.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFEC7A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239236122-
CMYK00.010.490.06
HSL58.46º78.52%70.78%-
HSV(B)58.46º48.95%93.73%-
XYZ69.179.7530.16-
YUV223.970.49138.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 236 (92.58% from 255) = 39.53%
BLUE value IS 122 (48.05% from 255) = 20.44%
R=40.03%
G=39.53%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923612200.010.490.0658.4678.5270.78
HexEFEC7A013163a4f47
Octal3573541720161672117107
Binary111011111110110011110100111000111011101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC7A; }

 p { color: rgb(239,236,122); }

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

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

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

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

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

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

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