#ECCB2B

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

Shades of Golden Dream #ECCB2B

Tints of Golden Dream #ECCB2B

Color information

#ECCB2B (or 0xECCB2B) is unknown color: approx Golden Dream. HEX triplet: EC, CB and 2B. RGB value is (236,203,43). Sum of RGB (Red+Green+Blue) = 236+203+43=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB2B is #1334D4. Grayscale: #C3C3C3. Windows color (decimal): -1258709 or 2870252. OLE color: 2870252.

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

Color convert

RGB23620343-
CMYK00.140.820.07
HSL49.74º83.55%54.71%-
HSV(B)49.74º81.78%92.55%-
XYZ56.3860.7211.03-
YUV194.6342.43157.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.96%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 43 (17.19% from 255) = 8.92%
R=48.96%
G=42.12%
B=8.92%

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
Decimal2362034300.140.820.0749.7483.5554.71
HexECCB2B0E527325437
Octal3543135301612276212467
Binary11101100110010111010110111010100101111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCB2B; }

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

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

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

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

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

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

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

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