#EFCC2D

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

Shades of Golden Dream #EFCC2D

Tints of Golden Dream #EFCC2D

Color information

#EFCC2D (or 0xEFCC2D) is unknown color: approx Golden Dream. HEX triplet: EF, CC and 2D. RGB value is (239,204,45). Sum of RGB (Red+Green+Blue) = 239+204+45=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2D is #1033D2. Grayscale: #C5C5C5. Windows color (decimal): -1061843 or 3001583. OLE color: 3001583.

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

Color convert

RGB23920445-
CMYK00.150.810.06
HSL49.18º85.84%55.69%-
HSV(B)49.18º81.17%93.73%-
XYZ57.6661.7311.36-
YUV196.3442.6158.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 45 (17.97% from 255) = 9.22%
R=48.98%
G=41.80%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392044500.150.810.0649.1885.8455.69
HexEFCC2D0F516315638
Octal3573145501712166112670
Binary11101111110011001011010111110100011101100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC2D; }

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

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

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

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

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

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

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

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