#EFE3A4

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

Shades of Pale Goldenrod #EFE3A4

Tints of Pale Goldenrod #EFE3A4

Color information

#EFE3A4 (or 0xEFE3A4) is unknown color: approx Pale Goldenrod. HEX triplet: EF, E3 and A4. RGB value is (239,227,164). Sum of RGB (Red+Green+Blue) = 239+227+164=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3A4 is #101C5B. Grayscale: #DFDFDF. Windows color (decimal): -1055836 or 10806255. OLE color: 10806255.

HSL color Cylindrical-coordinate representation of color #EFE3A4: hue angle of 50.4º 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 #EFE3A4 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239227164-
CMYK00.050.310.06
HSL50.4º70.09%79.02%-
HSV(B)50.4º31.38%93.73%-
XYZ69.7775.9746.11-
YUV223.4194.48139.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 164 (64.45% from 255) = 26.03%
R=37.94%
G=36.03%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922716400.050.310.0650.470.0979.02
HexEFE3A4051F632464f
Octal3573432440537662106117
Binary11101111111000111010010001011111111011001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3A4; }

 p { color: rgb(239,227,164); }

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

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

 a { background-color: rgb(239,227,164); }

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

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

 span { border-color: rgb(239,227,164); }

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