#EFD12E

Color #EFD12E Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #EFD12E

Tints of Golden Dream #EFD12E

Color information

#EFD12E (or 0xEFD12E) is unknown color: approx Golden Dream. HEX triplet: EF, D1 and 2E. RGB value is (239,209,46). Sum of RGB (Red+Green+Blue) = 239+209+46=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD12E is #102ED1. Grayscale: #C8C8C8. Windows color (decimal): -1060562 or 3068399. OLE color: 3068399.

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

Color convert

RGB23920946-
CMYK00.130.810.06
HSL50.67º85.78%55.88%-
HSV(B)50.67º80.75%93.73%-
XYZ58.8964.1511.86-
YUV199.3941.44156.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 46 (18.36% from 255) = 9.31%
R=48.38%
G=42.31%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392094600.130.810.0650.6785.7855.88
HexEFD12E0D516335638
Octal3573215601512166312670
Binary11101111110100011011100110110100011101100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD12E; }

 p { color: rgb(239,209,46); }

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

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

 a { background-color: rgb(239,209,46); }

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

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

 span { border-color: rgb(239,209,46); }

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