#EFD62B

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

Shades of Golden Dream #EFD62B

Tints of Golden Dream #EFD62B

Color information

#EFD62B (or 0xEFD62B) is unknown color: approx Golden Dream. HEX triplet: EF, D6 and 2B. RGB value is (239,214,43). Sum of RGB (Red+Green+Blue) = 239+214+43=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD62B is #1029D4. Grayscale: #CACACA. Windows color (decimal): -1059285 or 2873071. OLE color: 2873071.

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

Color convert

RGB23921443-
CMYK00.100.820.06
HSL52.35º85.96%55.29%-
HSV(B)52.35º82.01%93.73%-
XYZ60.0866.6211.98-
YUV201.9838.28154.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 43 (17.19% from 255) = 8.67%
R=48.19%
G=43.15%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392144300.100.820.0652.3585.9655.29
HexEFD62B0A526345637
Octal3573265301212266412667
Binary11101111110101101010110101010100101101101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD62B; }

 p { color: rgb(239,214,43); }

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

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

 a { background-color: rgb(239,214,43); }

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

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

 span { border-color: rgb(239,214,43); }

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