#EDCE33

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

Shades of Golden Dream #EDCE33

Tints of Golden Dream #EDCE33

Color information

#EDCE33 (or 0xEDCE33) is unknown color: approx Golden Dream. HEX triplet: ED, CE and 33. RGB value is (237,206,51). Sum of RGB (Red+Green+Blue) = 237+206+51=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE33 is #1231CC. Grayscale: #C6C6C6. Windows color (decimal): -1192397 or 3395309. OLE color: 3395309.

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

Color convert

RGB23720651-
CMYK00.130.780.07
HSL50º83.78%56.47%-
HSV(B)50º78.48%92.94%-
XYZ57.5962.3912.14-
YUV197.645.27156.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 51 (20.31% from 255) = 10.32%
R=47.98%
G=41.70%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372065100.130.780.075083.7856.47
HexEDCE330D4E7325438
Octal3553166301511676212470
Binary11101101110011101100110110110011101111100101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE33; }

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

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

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

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

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

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

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

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