#ECCE2B

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

Shades of Golden Dream #ECCE2B

Tints of Golden Dream #ECCE2B

Color information

#ECCE2B (or 0xECCE2B) is unknown color: approx Golden Dream. HEX triplet: EC, CE and 2B. RGB value is (236,206,43). Sum of RGB (Red+Green+Blue) = 236+206+43=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2B is #1331D4. Grayscale: #C5C5C5. Windows color (decimal): -1257941 or 2871020. OLE color: 2871020.

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

Color convert

RGB23620643-
CMYK00.130.820.07
HSL50.67º83.55%54.71%-
HSV(B)50.67º81.78%92.55%-
XYZ57.162.1511.27-
YUV196.3941.44156.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 43 (17.19% from 255) = 8.87%
R=48.66%
G=42.47%
B=8.87%

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
Decimal2362064300.130.820.0750.6783.5554.71
HexECCE2B0D527335437
Octal3543165301512276312467
Binary11101100110011101010110110110100101111100111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE2B; }

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

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

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

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

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

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

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

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