#EFD42E

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

Shades of Golden Dream #EFD42E

Tints of Golden Dream #EFD42E

Color information

#EFD42E (or 0xEFD42E) is unknown color: approx Golden Dream. HEX triplet: EF, D4 and 2E. RGB value is (239,212,46). Sum of RGB (Red+Green+Blue) = 239+212+46=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD42E is #102BD1. Grayscale: #C9C9C9. Windows color (decimal): -1059794 or 3069167. OLE color: 3069167.

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

Color convert

RGB23921246-
CMYK00.110.810.06
HSL51.61º85.78%55.88%-
HSV(B)51.61º80.75%93.73%-
XYZ59.6365.6312.11-
YUV201.1540.45155-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 46 (18.36% from 255) = 9.26%
R=48.09%
G=42.66%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392124600.110.810.0651.6185.7855.88
HexEFD42E0B516345638
Octal3573245601312166412670
Binary11101111110101001011100101110100011101101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD42E; }

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

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

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

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

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

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

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

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