#ECCB36

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

Shades of Golden Dream #ECCB36

Tints of Golden Dream #ECCB36

Color information

#ECCB36 (or 0xECCB36) is unknown color: approx Golden Dream. HEX triplet: EC, CB and 36. RGB value is (236,203,54). Sum of RGB (Red+Green+Blue) = 236+203+54=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB36 is #1334C9. Grayscale: #C4C4C4. Windows color (decimal): -1258698 or 3591148. OLE color: 3591148.

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

Color convert

RGB23620354-
CMYK00.140.770.07
HSL49.12º82.73%56.86%-
HSV(B)49.12º77.12%92.55%-
XYZ56.6160.8112.24-
YUV195.8847.93156.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 54 (21.48% from 255) = 10.95%
R=47.87%
G=41.18%
B=10.95%

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
Decimal2362035400.140.770.0749.1282.7356.86
HexECCB360E4D7315339
Octal3543136601611576112371
Binary11101100110010111101100111010011011111100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCB36; }

 p { color: rgb(236,203,54); }

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

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

 a { background-color: rgb(236,203,54); }

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

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

 span { border-color: rgb(236,203,54); }

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