#EFC82E

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

Shades of Golden Dream #EFC82E

Tints of Golden Dream #EFC82E

Color information

#EFC82E (or 0xEFC82E) is unknown color: approx Golden Dream. HEX triplet: EF, C8 and 2E. RGB value is (239,200,46). Sum of RGB (Red+Green+Blue) = 239+200+46=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82E is #1037D1. Grayscale: #C2C2C2. Windows color (decimal): -1062866 or 3066095. OLE color: 3066095.

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

Color convert

RGB23920046-
CMYK00.160.810.06
HSL47.88º85.78%55.88%-
HSV(B)47.88º80.75%93.73%-
XYZ56.7459.8611.15-
YUV194.144.42160.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 46 (18.36% from 255) = 9.48%
R=49.28%
G=41.24%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392004600.160.810.0647.8885.7855.88
HexEFC82E010516305638
Octal3573105602012166012670
Binary111011111100100010111001000010100011101100001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC82E; }

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

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

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

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

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

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

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

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