#EFE4B0

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

Shades of Pale Goldenrod #EFE4B0

Tints of Pale Goldenrod #EFE4B0

Color information

#EFE4B0 (or 0xEFE4B0) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E4 and B0. RGB value is (239,228,176). Sum of RGB (Red+Green+Blue) = 239+228+176=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4B0 is #101B4F. Grayscale: #E1E1E1. Windows color (decimal): -1055568 or 11592943. OLE color: 11592943.

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

Color convert

RGB239228176-
CMYK00.050.260.06
HSL49.52º66.32%81.37%-
HSV(B)49.52º26.36%93.73%-
XYZ71.1876.9752.18-
YUV225.36100.14137.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 176 (69.14% from 255) = 27.37%
R=37.17%
G=35.46%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922817600.050.260.0649.5266.3281.37
HexEFE4B0051A6324251
Octal3573442600532662102121
Binary11101111111001001011000001011101011011001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4B0; }

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

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

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

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

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

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

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

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