#EFE476

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

Shades of Texas #EFE476

Tints of Texas #EFE476

Color information

#EFE476 (or 0xEFE476) is unknown color: approx Texas. HEX triplet: EF, E4 and 76. RGB value is (239,228,118). Sum of RGB (Red+Green+Blue) = 239+228+118=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE476 is #101B89. Grayscale: #DBDBDB. Windows color (decimal): -1055626 or 7791855. OLE color: 7791855.

HSL color Cylindrical-coordinate representation of color #EFE476: hue angle of 54.55º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE476 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239228118-
CMYK00.050.510.06
HSL54.55º79.08%70%-
HSV(B)54.55º50.63%93.73%-
XYZ66.6175.1528.13-
YUV218.7571.14142.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=40.85%
G=38.97%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922811800.050.510.0654.5579.0870
HexEFE47605336374f46
Octal3573441660563667117106
Binary11101111111001001110110010111001111011011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE476; }

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

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

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

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

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

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

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

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