#EFE4AF

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

Shades of Pale Goldenrod #EFE4AF

Tints of Pale Goldenrod #EFE4AF

Color information

#EFE4AF (or 0xEFE4AF) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E4 and AF. RGB value is (239,228,175). Sum of RGB (Red+Green+Blue) = 239+228+175=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AF is #101B50. Grayscale: #E1E1E1. Windows color (decimal): -1055569 or 11527407. OLE color: 11527407.

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

Color convert

RGB239228175-
CMYK00.050.270.06
HSL49.69º66.67%81.18%-
HSV(B)49.69º26.78%93.73%-
XYZ71.0876.9351.66-
YUV225.2599.64137.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=37.23%
G=35.51%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922817500.050.270.0649.6966.6781.18
HexEFE4AF051B6324351
Octal3573442570533662103121
Binary11101111111001001010111101011101111011001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4AF; }

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

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

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

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

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

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

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

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