Html Css Color HEX #ECD032 Golden Dream

📋 copy color: '#ECD032'

red 236 ◦ green 208 ◦ blue 50

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

Shades of Golden Dream #ECD032

Tints of Golden Dream #ECD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 47.77%
G = 42.11%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD032 (or 0xECD032) is known color: Golden Dream. HEX triplet: EC, D0 and 32. RGB value is (236,208,50). Sum of RGB (Red+Green+Blue) = 236+208+50=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD032 is #132FCD. Grayscale: #C7C7C7. Windows color (decimal): -1257422 or 3330284. OLE color: 3330284.

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

Color convert

RGB 236 208 50 -
CMYK 0 0.12 0.79 0.07
HSL 50.97º 0.83% 0.56% -
HSV(B) 50.97º 0.79% 0.93% -
XYZ 57.72 63.17 12.17 -
YUV 198.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 236 208 50 0 0.12 0.79 0.07 50.97 0.83 0.56
Hex EC D0 32 0 C 4F 7 33 53 38
Octal 354 320 62 0 14 117 7 63 123 70
Binary 11101100 11010000 110010 0 1100 1001111 111 110011 1010011 111000

Color Harmonies of #ECD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD032

Black with #ECD032

Text Example


Text Example

White with #ECD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD032; }

 p { color: rgb(236,208,50); }

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

background-color css

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

 a { background-color: rgb(236,208,50); }

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

border-color css

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

 span { border-color: rgb(236,208,50); }

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