#ECD02F

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

Shades of Golden Dream #ECD02F

Tints of Golden Dream #ECD02F

Color information

#ECD02F (or 0xECD02F) is unknown color: approx Golden Dream. HEX triplet: EC, D0 and 2F. RGB value is (236,208,47). Sum of RGB (Red+Green+Blue) = 236+208+47=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD02F is #132FD0. Grayscale: #C6C6C6. Windows color (decimal): -1257425 or 3133676. OLE color: 3133676.

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

Color convert

RGB23620847-
CMYK00.120.800.07
HSL51.11º83.26%55.49%-
HSV(B)51.11º80.08%92.55%-
XYZ57.6663.1511.84-
YUV198.0242.78155.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 47 (18.75% from 255) = 9.57%
R=48.07%
G=42.36%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362084700.120.800.0751.1183.2655.49
HexECD02F0C507335337
Octal3543205701412076312367
Binary11101100110100001011110110010100001111100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD02F; }

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

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

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

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

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

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

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

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