#EFC82A

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

Shades of Golden Dream #EFC82A

Tints of Golden Dream #EFC82A

Color information

#EFC82A (or 0xEFC82A) is unknown color: approx Golden Dream. HEX triplet: EF, C8 and 2A. RGB value is (239,200,42). Sum of RGB (Red+Green+Blue) = 239+200+42=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC82A is #1037D5. Grayscale: #C2C2C2. Windows color (decimal): -1062870 or 2803951. OLE color: 2803951.

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

Color convert

RGB23920042-
CMYK00.160.820.06
HSL48.12º86.03%55.1%-
HSV(B)48.12º82.43%93.73%-
XYZ56.6759.8310.75-
YUV193.6542.42160.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 42 (16.80% from 255) = 8.73%
R=49.69%
G=41.58%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392004200.160.820.0648.1286.0355.1
HexEFC82A010526305637
Octal3573105202012266012667
Binary111011111100100010101001000010100101101100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC82A; }

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

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

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

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

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

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

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

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