#EFE47C

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

Shades of Texas #EFE47C

Tints of Texas #EFE47C

Color information

#EFE47C (or 0xEFE47C) is unknown color: approx Texas. HEX triplet: EF, E4 and 7C. RGB value is (239,228,124). Sum of RGB (Red+Green+Blue) = 239+228+124=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE47C is #101B83. Grayscale: #DBDBDB. Windows color (decimal): -1055620 or 8185071. OLE color: 8185071.

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

Color convert

RGB239228124-
CMYK00.050.480.06
HSL54.26º78.23%71.18%-
HSV(B)54.26º48.12%93.73%-
XYZ66.9875.2930.07-
YUV219.4374.14141.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 124 (48.83% from 255) = 20.98%
R=40.44%
G=38.58%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922812400.050.480.0654.2678.2371.18
HexEFE47C05306364e47
Octal3573441740560666116107
Binary11101111111001001111100010111000011011011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE47C; }

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

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

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

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

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

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

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

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