#EFD02D

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

Shades of Golden Dream #EFD02D

Tints of Golden Dream #EFD02D

Color information

#EFD02D (or 0xEFD02D) is unknown color: approx Golden Dream. HEX triplet: EF, D0 and 2D. RGB value is (239,208,45). Sum of RGB (Red+Green+Blue) = 239+208+45=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD02D is #102FD2. Grayscale: #C7C7C7. Windows color (decimal): -1060819 or 3002607. OLE color: 3002607.

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

Color convert

RGB23920845-
CMYK00.130.810.06
HSL50.41º85.84%55.69%-
HSV(B)50.41º81.17%93.73%-
XYZ58.6363.6511.68-
YUV198.6941.27156.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 45 (17.97% from 255) = 9.15%
R=48.58%
G=42.28%
B=9.15%

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
Decimal2392084500.130.810.0650.4185.8455.69
HexEFD02D0D516325638
Octal3573205501512166212670
Binary11101111110100001011010110110100011101100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD02D; }

 p { color: rgb(239,208,45); }

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

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

 a { background-color: rgb(239,208,45); }

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

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

 span { border-color: rgb(239,208,45); }

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