Html Css Color HEX #ECD12D Golden Dream

📋 copy color: '#ECD12D'

red 236 ◦ green 209 ◦ blue 45

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

Shades of Golden Dream #ECD12D

Tints of Golden Dream #ECD12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.18%

R = 48.16%
G = 42.65%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECD12D (or 0xECD12D) is known color: Golden Dream. HEX triplet: EC, D1 and 2D. RGB value is (236,209,45). Sum of RGB (Red+Green+Blue) = 236+209+45=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD12D is #132ED2. Grayscale: #C7C7C7. Windows color (decimal): -1257171 or 3002860. OLE color: 3002860.

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

Color convert

RGB 236 209 45 -
CMYK 0 0.11 0.81 0.07
HSL 51.52º 0.83% 0.55% -
HSV(B) 51.52º 0.81% 0.93% -
XYZ 57.87 63.62 11.71 -
YUV 198.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 236 209 45 0 0.11 0.81 0.07 51.52 0.83 0.55
Hex EC D1 2D 0 B 51 7 34 53 37
Octal 354 321 55 0 13 121 7 64 123 67
Binary 11101100 11010001 101101 0 1011 1010001 111 110100 1010011 110111

Color Harmonies of #ECD12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD12D

Black with #ECD12D

Text Example


Text Example

White with #ECD12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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