Html Css Color HEX #ECD12F Golden Dream

📋 copy color: '#ECD12F'

red 236 ◦ green 209 ◦ blue 47

#ECD12F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #ECD12F

Tints of Golden Dream #ECD12F

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

 GREEN value IS 209 (82.03% from 255) = 42.48%

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 47.97%
G = 42.48%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD12F (or 0xECD12F) is known color: Golden Dream. HEX triplet: EC, D1 and 2F. RGB value is (236,209,47). Sum of RGB (Red+Green+Blue) = 236+209+47=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD12F is #132ED0. Grayscale: #C7C7C7. Windows color (decimal): -1257169 or 3133932. OLE color: 3133932.

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

Color convert

RGB 236 209 47 -
CMYK 0 0.11 0.80 0.07
HSL 51.43º 0.83% 0.55% -
HSV(B) 51.43º 0.8% 0.93% -
XYZ 57.91 63.64 11.92 -
YUV 198.61 42.45 154.67 -
System Red Green Blue C M Y K H S L
Decimal 236 209 47 0 0.11 0.80 0.07 51.43 0.83 0.55
Hex EC D1 2F 0 B 50 7 33 53 37
Octal 354 321 57 0 13 120 7 63 123 67
Binary 11101100 11010001 101111 0 1011 1010000 111 110011 1010011 110111

Color Harmonies of #ECD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD12F

Black with #ECD12F

Text Example


Text Example

White with #ECD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD12F; }

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

 H1.HeaderClassName
 {
   color: #ECD12F;
 }
 .AnyTagClassName
 {
   color: #ECD12F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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