Html Css Color HEX #ECD52C Golden Fizz

📋 copy color: '#ECD52C'

red 236 ◦ green 213 ◦ blue 44

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

Shades of Golden Fizz #ECD52C

Tints of Golden Fizz #ECD52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 47.87%
G = 43.2%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECD52C (or 0xECD52C) is known color: Golden Fizz. HEX triplet: EC, D5 and 2C. RGB value is (236,213,44). Sum of RGB (Red+Green+Blue) = 236+213+44=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD52C is #132AD3. Grayscale: #C9C9C9. Windows color (decimal): -1256148 or 2938348. OLE color: 2938348.

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

Color convert

RGB 236 213 44 -
CMYK 0 0.10 0.81 0.07
HSL 52.81º 0.83% 0.55% -
HSV(B) 52.81º 0.81% 0.93% -
XYZ 58.84 65.6 11.94 -
YUV 200.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 236 213 44 0 0.10 0.81 0.07 52.81 0.83 0.55
Hex EC D5 2C 0 A 51 7 35 53 37
Octal 354 325 54 0 12 121 7 65 123 67
Binary 11101100 11010101 101100 0 1010 1010001 111 110101 1010011 110111

Color Harmonies of #ECD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD52C

Black with #ECD52C

Text Example


Text Example

White with #ECD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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