#EFECA6

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

Shades of Pale Goldenrod #EFECA6

Tints of Pale Goldenrod #EFECA6

Color information

#EFECA6 (or 0xEFECA6) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EC and A6. RGB value is (239,236,166). Sum of RGB (Red+Green+Blue) = 239+236+166=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECA6 is #101359. Grayscale: #E5E5E5. Windows color (decimal): -1053530 or 10939631. OLE color: 10939631.

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

Color convert

RGB239236166-
CMYK00.010.310.06
HSL57.53º69.52%79.41%-
HSV(B)57.53º30.54%93.73%-
XYZ72.4781.0947.91-
YUV228.9292.49135.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 166 (65.23% from 255) = 25.90%
R=37.29%
G=36.82%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923616600.010.310.0657.5369.5279.41
HexEFECA6011F63a464f
Octal3573542460137672106117
Binary111011111110110010100110011111111011101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECA6; }

 p { color: rgb(239,236,166); }

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

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

 a { background-color: rgb(239,236,166); }

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

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

 span { border-color: rgb(239,236,166); }

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