Html Css Color HEX #ECD52F Golden Fizz

📋 copy color: '#ECD52F'

red 236 ◦ green 213 ◦ blue 47

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

Shades of Golden Fizz #ECD52F

Tints of Golden Fizz #ECD52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.48%

R = 47.58%
G = 42.94%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD52F (or 0xECD52F) is known color: Golden Fizz. HEX triplet: EC, D5 and 2F. RGB value is (236,213,47). Sum of RGB (Red+Green+Blue) = 236+213+47=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD52F is #132AD0. Grayscale: #C9C9C9. Windows color (decimal): -1256145 or 3134956. OLE color: 3134956.

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

Color convert

RGB 236 213 47 -
CMYK 0 0.10 0.80 0.07
HSL 52.7º 0.83% 0.55% -
HSV(B) 52.7º 0.8% 0.93% -
XYZ 58.9 65.63 12.25 -
YUV 200.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 236 213 47 0 0.10 0.80 0.07 52.7 0.83 0.55
Hex EC D5 2F 0 A 50 7 35 53 37
Octal 354 325 57 0 12 120 7 65 123 67
Binary 11101100 11010101 101111 0 1010 1010000 111 110101 1010011 110111

Color Harmonies of #ECD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD52F

Black with #ECD52F

Text Example


Text Example

White with #ECD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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