Html Css Color HEX #ECD532 Golden Fizz

📋 copy color: '#ECD532'

red 236 ◦ green 213 ◦ blue 50

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

Shades of Golden Fizz #ECD532

Tints of Golden Fizz #ECD532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

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

R = 47.29%
G = 42.69%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD532 (or 0xECD532) is known color: Golden Fizz. HEX triplet: EC, D5 and 32. RGB value is (236,213,50). Sum of RGB (Red+Green+Blue) = 236+213+50=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD532 is #132ACD. Grayscale: #C9C9C9. Windows color (decimal): -1256142 or 3331564. OLE color: 3331564.

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

Color convert

RGB 236 213 50 -
CMYK 0 0.10 0.79 0.07
HSL 52.58º 0.83% 0.56% -
HSV(B) 52.58º 0.79% 0.93% -
XYZ 58.96 65.65 12.58 -
YUV 201.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 236 213 50 0 0.10 0.79 0.07 52.58 0.83 0.56
Hex EC D5 32 0 A 4F 7 35 53 38
Octal 354 325 62 0 12 117 7 65 123 70
Binary 11101100 11010101 110010 0 1010 1001111 111 110101 1010011 111000

Color Harmonies of #ECD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD532

Black with #ECD532

Text Example


Text Example

White with #ECD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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