#EFECA7

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

Shades of Pale Goldenrod #EFECA7

Tints of Pale Goldenrod #EFECA7

Color information

#EFECA7 (or 0xEFECA7) is unknown color: approx Pale Goldenrod. HEX triplet: EF, EC and A7. RGB value is (239,236,167). Sum of RGB (Red+Green+Blue) = 239+236+167=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 167 (65.62% from 255 or 26.01% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECA7 is #101358. Grayscale: #E5E5E5. Windows color (decimal): -1053529 or 11005167. OLE color: 11005167.

HSL color Cylindrical-coordinate representation of color #EFECA7: hue angle of 57.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFECA7 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239236167-
CMYK00.010.300.06
HSL57.5º69.23%79.61%-
HSV(B)57.5º30.13%93.73%-
XYZ72.5781.1348.39-
YUV229.0392.99135.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 167 (65.62% from 255) = 26.01%
R=37.23%
G=36.76%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923616700.010.300.0657.569.2379.61
HexEFECA7011E63a4550
Octal3573542470136672105120
Binary111011111110110010100111011111011011101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECA7; }

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

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

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

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

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

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

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

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