#EFEB7C

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

Shades of Texas #EFEB7C

Tints of Texas #EFEB7C

Color information

#EFEB7C (or 0xEFEB7C) is unknown color: approx Texas. HEX triplet: EF, EB and 7C. RGB value is (239,235,124). Sum of RGB (Red+Green+Blue) = 239+235+124=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB7C is #101483. Grayscale: #DFDFDF. Windows color (decimal): -1053828 or 8186863. OLE color: 8186863.

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

Color convert

RGB239235124-
CMYK00.020.480.06
HSL57.91º78.23%71.18%-
HSV(B)57.91º48.12%93.73%-
XYZ68.9479.2230.73-
YUV223.5471.83139.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 20.74%
R=39.97%
G=39.30%
B=20.74%

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
Decimal23923512400.020.480.0657.9178.2371.18
HexEFEB7C023063a4e47
Octal3573531740260672116107
Binary1110111111101011111110001011000011011101010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB7C; }

 p { color: rgb(239,235,124); }

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

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

 a { background-color: rgb(239,235,124); }

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

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

 span { border-color: rgb(239,235,124); }

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