#EDCC33

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

Shades of Golden Dream #EDCC33

Tints of Golden Dream #EDCC33

Color information

#EDCC33 (or 0xEDCC33) is unknown color: approx Golden Dream. HEX triplet: ED, CC and 33. RGB value is (237,204,51). Sum of RGB (Red+Green+Blue) = 237+204+51=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC33 is #1233CC. Grayscale: #C5C5C5. Windows color (decimal): -1192909 or 3394797. OLE color: 3394797.

HSL color Cylindrical-coordinate representation of color #EDCC33: hue angle of 49.35º 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 #EDCC33 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23720451-
CMYK00.140.780.07
HSL49.35º83.78%56.47%-
HSV(B)49.35º78.48%92.94%-
XYZ57.1261.4311.98-
YUV196.4245.93156.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 51 (20.31% from 255) = 10.37%
R=48.17%
G=41.46%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372045100.140.780.0749.3583.7856.47
HexEDCC330E4E7315438
Octal3553146301611676112470
Binary11101101110011001100110111010011101111100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC33; }

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

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

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

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

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

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

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

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