#ECCD2B

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

Shades of Golden Dream #ECCD2B

Tints of Golden Dream #ECCD2B

Color information

#ECCD2B (or 0xECCD2B) is unknown color: approx Golden Dream. HEX triplet: EC, CD and 2B. RGB value is (236,205,43). Sum of RGB (Red+Green+Blue) = 236+205+43=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2B is #1332D4. Grayscale: #C4C4C4. Windows color (decimal): -1258197 or 2870764. OLE color: 2870764.

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

Color convert

RGB23620543-
CMYK00.130.820.07
HSL50.36º83.55%54.71%-
HSV(B)50.36º81.78%92.55%-
XYZ56.8661.6711.19-
YUV195.841.77156.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 43 (17.19% from 255) = 8.88%
R=48.76%
G=42.36%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362054300.130.820.0750.3683.5554.71
HexECCD2B0D527325437
Octal3543155301512276212467
Binary11101100110011011010110110110100101111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCD2B; }

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

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

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

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

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

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

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

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