Html Css Color HEX #ECC529 Golden Dream

📋 copy color: '#ECC529'

red 236 ◦ green 197 ◦ blue 41

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

Shades of Golden Dream #ECC529

Tints of Golden Dream #ECC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.56%

 BLUE value IS 41 (16.41% from 255) = 8.65%

R = 49.79%
G = 41.56%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECC529 (or 0xECC529) is known color: Golden Dream. HEX triplet: EC, C5 and 29. RGB value is (236,197,41). Sum of RGB (Red+Green+Blue) = 236+197+41=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC529 is #133AD6. Grayscale: #BFBFBF. Windows color (decimal): -1260247 or 2737644. OLE color: 2737644.

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

Color convert

RGB 236 197 41 -
CMYK 0 0.17 0.83 0.07
HSL 48º 0.84% 0.54% -
HSV(B) 48º 0.83% 0.93% -
XYZ 54.96 57.93 10.38 -
YUV 190.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 236 197 41 0 0.17 0.83 0.07 48 0.84 0.54
Hex EC C5 29 0 11 53 7 30 54 36
Octal 354 305 51 0 21 123 7 60 124 66
Binary 11101100 11000101 101001 0 10001 1010011 111 110000 1010100 110110

Color Harmonies of #ECC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC529

Black with #ECC529

Text Example


Text Example

White with #ECC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC529; }

 p { color: rgb(236,197,41); }

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

background-color css

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

 a { background-color: rgb(236,197,41); }

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

border-color css

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

 span { border-color: rgb(236,197,41); }

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