Html Css Color HEX #ECC52A Golden Dream

📋 copy color: '#ECC52A'

red 236 ◦ green 197 ◦ blue 42

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

Shades of Golden Dream #ECC52A

Tints of Golden Dream #ECC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.84%

R = 49.68%
G = 41.47%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECC52A (or 0xECC52A) is known color: Golden Dream. HEX triplet: EC, C5 and 2A. RGB value is (236,197,42). Sum of RGB (Red+Green+Blue) = 236+197+42=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC52A is #133AD5. Grayscale: #BFBFBF. Windows color (decimal): -1260246 or 2803180. OLE color: 2803180.

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

Color convert

RGB 236 197 42 -
CMYK 0 0.17 0.82 0.07
HSL 47.94º 0.84% 0.55% -
HSV(B) 47.94º 0.82% 0.93% -
XYZ 54.98 57.93 10.48 -
YUV 190.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 236 197 42 0 0.17 0.82 0.07 47.94 0.84 0.55
Hex EC C5 2A 0 11 52 7 30 54 37
Octal 354 305 52 0 21 122 7 60 124 67
Binary 11101100 11000101 101010 0 10001 1010010 111 110000 1010100 110111

Color Harmonies of #ECC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC52A

Black with #ECC52A

Text Example


Text Example

White with #ECC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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