#ECCF2F

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

Shades of Golden Dream #ECCF2F

Tints of Golden Dream #ECCF2F

Color information

#ECCF2F (or 0xECCF2F) is unknown color: approx Golden Dream. HEX triplet: EC, CF and 2F. RGB value is (236,207,47). Sum of RGB (Red+Green+Blue) = 236+207+47=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2F is #1330D0. Grayscale: #C6C6C6. Windows color (decimal): -1257681 or 3133420. OLE color: 3133420.

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

Color convert

RGB23620747-
CMYK00.120.800.07
HSL50.79º83.26%55.49%-
HSV(B)50.79º80.08%92.55%-
XYZ57.4262.6611.76-
YUV197.4343.11155.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 47 (18.75% from 255) = 9.59%
R=48.16%
G=42.24%
B=9.59%

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
Decimal2362074700.120.800.0750.7983.2655.49
HexECCF2F0C507335337
Octal3543175701412076312367
Binary11101100110011111011110110010100001111100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCF2F; }

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

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

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

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

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

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

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

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