#EDCE2D

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

Shades of Golden Dream #EDCE2D

Tints of Golden Dream #EDCE2D

Color information

#EDCE2D (or 0xEDCE2D) is unknown color: approx Golden Dream. HEX triplet: ED, CE and 2D. RGB value is (237,206,45). Sum of RGB (Red+Green+Blue) = 237+206+45=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE2D is #1231D2. Grayscale: #C5C5C5. Windows color (decimal): -1192403 or 3002093. OLE color: 3002093.

HSL color Cylindrical-coordinate representation of color #EDCE2D: hue angle of 50.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDCE2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB23720645-
CMYK00.130.810.07
HSL50.31º84.21%55.29%-
HSV(B)50.31º81.01%92.94%-
XYZ57.4762.3411.49-
YUV196.9242.27156.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 45 (17.97% from 255) = 9.22%
R=48.57%
G=42.21%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372064500.130.810.0750.3184.2155.29
HexEDCE2D0D517325437
Octal3553165501512176212467
Binary11101101110011101011010110110100011111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE2D; }

 p { color: rgb(237,206,45); }

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

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

 a { background-color: rgb(237,206,45); }

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

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

 span { border-color: rgb(237,206,45); }

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