#ECCE2F

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

Shades of Golden Dream #ECCE2F

Tints of Golden Dream #ECCE2F

Color information

#ECCE2F (or 0xECCE2F) is unknown color: approx Golden Dream. HEX triplet: EC, CE and 2F. RGB value is (236,206,47). Sum of RGB (Red+Green+Blue) = 236+206+47=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2F is #1331D0. Grayscale: #C5C5C5. Windows color (decimal): -1257937 or 3133164. OLE color: 3133164.

HSL color Cylindrical-coordinate representation of color #ECCE2F: hue angle of 50.48º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCE2F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23620647-
CMYK00.130.800.07
HSL50.48º83.26%55.49%-
HSV(B)50.48º80.08%92.55%-
XYZ57.1862.1811.68-
YUV196.8443.44155.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 47 (18.75% from 255) = 9.61%
R=48.26%
G=42.13%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362064700.130.800.0750.4883.2655.49
HexECCE2F0D507325337
Octal3543165701512076212367
Binary11101100110011101011110110110100001111100101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE2F; }

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

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

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

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

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

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

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

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