#ECCC2B

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

Shades of Golden Dream #ECCC2B

Tints of Golden Dream #ECCC2B

Color information

#ECCC2B (or 0xECCC2B) is unknown color: approx Golden Dream. HEX triplet: EC, CC and 2B. RGB value is (236,204,43). Sum of RGB (Red+Green+Blue) = 236+204+43=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2B is #1333D4. Grayscale: #C3C3C3. Windows color (decimal): -1258453 or 2870508. OLE color: 2870508.

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

Color convert

RGB23620443-
CMYK00.140.820.07
HSL50.05º83.55%54.71%-
HSV(B)50.05º81.78%92.55%-
XYZ56.6261.1911.11-
YUV195.2142.1157.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 43 (17.19% from 255) = 8.90%
R=48.86%
G=42.24%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362044300.140.820.0750.0583.5554.71
HexECCC2B0E527325437
Octal3543145301612276212467
Binary11101100110011001010110111010100101111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCC2B; }

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

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

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

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

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

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

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

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