Html Css Color HEX #ECD130 Golden Dream

📋 copy color: '#ECD130'

red 236 ◦ green 209 ◦ blue 48

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

Shades of Golden Dream #ECD130

Tints of Golden Dream #ECD130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.74%

R = 47.87%
G = 42.39%
B = 9.74%

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

#ECD130 (or 0xECD130) is known color: Golden Dream. HEX triplet: EC, D1 and 30. RGB value is (236,209,48). Sum of RGB (Red+Green+Blue) = 236+209+48=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD130 is #132ECF. Grayscale: #C7C7C7. Windows color (decimal): -1257168 or 3199468. OLE color: 3199468.

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

Color convert

RGB 236 209 48 -
CMYK 0 0.11 0.80 0.07
HSL 51.38º 0.83% 0.56% -
HSV(B) 51.38º 0.8% 0.93% -
XYZ 57.93 63.65 12.03 -
YUV 198.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 236 209 48 0 0.11 0.80 0.07 51.38 0.83 0.56
Hex EC D1 30 0 B 50 7 33 53 38
Octal 354 321 60 0 13 120 7 63 123 70
Binary 11101100 11010001 110000 0 1011 1010000 111 110011 1010011 111000

Color Harmonies of #ECD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD130

Black with #ECD130

Text Example


Text Example

White with #ECD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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