#EFECA3

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

Shades of Pale Goldenrod #EFECA3

Tints of Pale Goldenrod #EFECA3

Color information

#EFECA3 (or 0xEFECA3) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EC and A3. RGB value is (239,236,163). Sum of RGB (Red+Green+Blue) = 239+236+163=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECA3 is #10135C. Grayscale: #E4E4E4. Windows color (decimal): -1053533 or 10743023. OLE color: 10743023.

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

Color convert

RGB239236163-
CMYK00.010.320.06
HSL57.63º70.37%78.82%-
HSV(B)57.63º31.8%93.73%-
XYZ72.280.9946.48-
YUV228.5890.99135.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 163 (64.06% from 255) = 25.55%
R=37.46%
G=36.99%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923616300.010.320.0657.6370.3778.82
HexEFECA3012063a464f
Octal3573542430140672106117
Binary1110111111101100101000110110000011011101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECA3; }

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

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

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

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

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

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

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

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