Html Css Color HEX #ECD138 Golden Dream

📋 copy color: '#ECD138'

red 236 ◦ green 209 ◦ blue 56

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

Shades of Golden Dream #ECD138

Tints of Golden Dream #ECD138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.18%

R = 47.11%
G = 41.72%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECD138 (or 0xECD138) is known color: Golden Dream. HEX triplet: EC, D1 and 38. RGB value is (236,209,56). Sum of RGB (Red+Green+Blue) = 236+209+56=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD138 is #132EC7. Grayscale: #C8C8C8. Windows color (decimal): -1257160 or 3723756. OLE color: 3723756.

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

Color convert

RGB 236 209 56 -
CMYK 0 0.11 0.76 0.07
HSL 51º 0.83% 0.57% -
HSV(B) 51º 0.76% 0.93% -
XYZ 58.11 63.72 12.98 -
YUV 199.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 236 209 56 0 0.11 0.76 0.07 51 0.83 0.57
Hex EC D1 38 0 B 4C 7 33 53 39
Octal 354 321 70 0 13 114 7 63 123 71
Binary 11101100 11010001 111000 0 1011 1001100 111 110011 1010011 111001

Color Harmonies of #ECD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD138

Black with #ECD138

Text Example


Text Example

White with #ECD138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD138; }

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

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

background-color css

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

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

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

border-color css

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

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

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