#efca2d

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

Shades of Golden Dream #EFCA2D

Tints of Golden Dream #EFCA2D

Color information

#EFCA2D (or 0xEFCA2D) is unknown color: approx Golden Dream. HEX triplet: EF, CA and 2D. RGB value is (239,202,45). Sum of RGB (Red+Green+Blue) = 239+202+45=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA2D is #1035D2. Grayscale: #C3C3C3. Windows color (decimal): -1062355 or 3001071. OLE color: 3001071.

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

Color convert

RGB23920245-
CMYK00.150.810.06
HSL48.56º85.84%55.69%-
HSV(B)48.56º81.17%93.73%-
XYZ57.1960.7811.2-
YUV195.1643.26159.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.18%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 45 (17.97% from 255) = 9.26%
R=49.18%
G=41.56%
B=9.26%

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
Decimal2392024500.150.810.0648.5685.8455.69
HexEFCA2D0F516315638
Octal3573125501712166112670
Binary11101111110010101011010111110100011101100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efca2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efca2d; }

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

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

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

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

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

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

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

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