#ECCC37

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

Shades of Golden Dream #ECCC37

Tints of Golden Dream #ECCC37

Color information

#ECCC37 (or 0xECCC37) is unknown color: approx Golden Dream. HEX triplet: EC, CC and 37. RGB value is (236,204,55). Sum of RGB (Red+Green+Blue) = 236+204+55=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC37 is #1333C8. Grayscale: #C5C5C5. Windows color (decimal): -1258441 or 3656940. OLE color: 3656940.

HSL color Cylindrical-coordinate representation of color #ECCC37: hue angle of 49.39º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECCC37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB23620455-
CMYK00.140.770.07
HSL49.39º82.65%57.06%-
HSV(B)49.39º76.69%92.55%-
XYZ56.8761.2912.45-
YUV196.5848.1156.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 55 (21.88% from 255) = 11.11%
R=47.68%
G=41.21%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362045500.140.770.0749.3982.6557.06
HexECCC370E4D7315339
Octal3543146701611576112371
Binary11101100110011001101110111010011011111100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC37; }

 p { color: rgb(236,204,55); }

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

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

 a { background-color: rgb(236,204,55); }

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

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

 span { border-color: rgb(236,204,55); }

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