#EFE67A

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

Shades of Texas #EFE67A

Tints of Texas #EFE67A

Color information

#EFE67A (or 0xEFE67A) is unknown color: approx Texas. HEX triplet: EF, E6 and 7A. RGB value is (239,230,122). Sum of RGB (Red+Green+Blue) = 239+230+122=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67A is #101985. Grayscale: #DCDCDC. Windows color (decimal): -1055110 or 8054511. OLE color: 8054511.

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

Color convert

RGB239230122-
CMYK00.040.490.06
HSL55.38º78.52%70.78%-
HSV(B)55.38º48.95%93.73%-
XYZ67.4176.3529.6-
YUV220.3872.48141.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 122 (48.05% from 255) = 20.64%
R=40.44%
G=38.92%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923012200.040.490.0655.3878.5270.78
HexEFE67A04316374f47
Octal3573461720461667117107
Binary11101111111001101111010010011000111011011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE67A; }

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

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

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

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

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

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

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

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