#EFED7A

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

Shades of Texas #EFED7A

Tints of Texas #EFED7A

Color information

#EFED7A (or 0xEFED7A) is unknown color: approx Texas. HEX triplet: EF, ED and 7A. RGB value is (239,237,122). Sum of RGB (Red+Green+Blue) = 239+237+122=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED7A is #101285. Grayscale: #E0E0E0. Windows color (decimal): -1053318 or 8056303. OLE color: 8056303.

HSL color Cylindrical-coordinate representation of color #EFED7A: hue angle of 58.97º 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 #EFED7A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239237122-
CMYK00.010.490.06
HSL58.97º78.52%70.78%-
HSV(B)58.97º48.95%93.73%-
XYZ69.3980.3230.26-
YUV224.4970.16138.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 122 (48.05% from 255) = 20.40%
R=39.97%
G=39.63%
B=20.40%

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
Decimal23923712200.010.490.0658.9778.5270.78
HexEFED7A013163b4f47
Octal3573551720161673117107
Binary111011111110110111110100111000111011101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED7A; }

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

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

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

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

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

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

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

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