Html Css Color HEX #ECD52D Golden Fizz

📋 copy color: '#ECD52D'

red 236 ◦ green 213 ◦ blue 45

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

Shades of Golden Fizz #ECD52D

Tints of Golden Fizz #ECD52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 47.77%
G = 43.12%
B = 9.11%

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

#ECD52D (or 0xECD52D) is known color: Golden Fizz. HEX triplet: EC, D5 and 2D. RGB value is (236,213,45). Sum of RGB (Red+Green+Blue) = 236+213+45=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD52D is #132AD2. Grayscale: #C9C9C9. Windows color (decimal): -1256147 or 3003884. OLE color: 3003884.

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

Color convert

RGB 236 213 45 -
CMYK 0 0.10 0.81 0.07
HSL 52.77º 0.83% 0.55% -
HSV(B) 52.77º 0.81% 0.93% -
XYZ 58.86 65.61 12.04 -
YUV 200.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 236 213 45 0 0.10 0.81 0.07 52.77 0.83 0.55
Hex EC D5 2D 0 A 51 7 35 53 37
Octal 354 325 55 0 12 121 7 65 123 67
Binary 11101100 11010101 101101 0 1010 1010001 111 110101 1010011 110111

Color Harmonies of #ECD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD52D

Black with #ECD52D

Text Example


Text Example

White with #ECD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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