#EFC932

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

Shades of Golden Dream #EFC932

Tints of Golden Dream #EFC932

Color information

#EFC932 (or 0xEFC932) is unknown color: approx Golden Dream. HEX triplet: EF, C9 and 32. RGB value is (239,201,50). Sum of RGB (Red+Green+Blue) = 239+201+50=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC932 is #1036CD. Grayscale: #C3C3C3. Windows color (decimal): -1062606 or 3328495. OLE color: 3328495.

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

Color convert

RGB23920150-
CMYK00.160.790.06
HSL47.94º85.52%56.67%-
HSV(B)47.94º79.08%93.73%-
XYZ57.0660.3511.66-
YUV195.1546.09159.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.78%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 50 (19.92% from 255) = 10.20%
R=48.78%
G=41.02%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392015000.160.790.0647.9485.5256.67
HexEFC9320104F6305639
Octal3573116202011766012671
Binary111011111100100111001001000010011111101100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC932; }

 p { color: rgb(239,201,50); }

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

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

 a { background-color: rgb(239,201,50); }

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

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

 span { border-color: rgb(239,201,50); }

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