#EFEA7D

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

Shades of Texas #EFEA7D

Tints of Texas #EFEA7D

Color information

#EFEA7D (or 0xEFEA7D) is unknown color: approx Texas. HEX triplet: EF, EA and 7D. RGB value is (239,234,125). Sum of RGB (Red+Green+Blue) = 239+234+125=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA7D is #101582. Grayscale: #DFDFDF. Windows color (decimal): -1054083 or 8252143. OLE color: 8252143.

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

Color convert

RGB239234125-
CMYK00.020.480.06
HSL57.37º78.08%71.37%-
HSV(B)57.37º47.7%93.73%-
XYZ68.7278.6830.97-
YUV223.0772.66139.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 125 (49.22% from 255) = 20.90%
R=39.97%
G=39.13%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923412500.020.480.0657.3778.0871.37
HexEFEA7D02306394e47
Octal3573521750260671116107
Binary1110111111101010111110101011000011011100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA7D; }

 p { color: rgb(239,234,125); }

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

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

 a { background-color: rgb(239,234,125); }

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

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

 span { border-color: rgb(239,234,125); }

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