Html Css Color HEX #ECD131 Golden Dream

📋 copy color: '#ECD131'

red 236 ◦ green 209 ◦ blue 49

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

Shades of Golden Dream #ECD131

Tints of Golden Dream #ECD131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.92%

R = 47.77%
G = 42.31%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD131 (or 0xECD131) is known color: Golden Dream. HEX triplet: EC, D1 and 31. RGB value is (236,209,49). Sum of RGB (Red+Green+Blue) = 236+209+49=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD131 is #132ECE. Grayscale: #C7C7C7. Windows color (decimal): -1257167 or 3265004. OLE color: 3265004.

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

Color convert

RGB 236 209 49 -
CMYK 0 0.11 0.79 0.07
HSL 51.34º 0.83% 0.56% -
HSV(B) 51.34º 0.79% 0.93% -
XYZ 57.95 63.66 12.14 -
YUV 198.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 236 209 49 0 0.11 0.79 0.07 51.34 0.83 0.56
Hex EC D1 31 0 B 4F 7 33 53 38
Octal 354 321 61 0 13 117 7 63 123 70
Binary 11101100 11010001 110001 0 1011 1001111 111 110011 1010011 111000

Color Harmonies of #ECD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD131

Black with #ECD131

Text Example


Text Example

White with #ECD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD131; }

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

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

background-color css

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

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

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

border-color css

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

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

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