Html Css Color HEX #ECDC28 Golden Fizz

📋 copy color: '#ECDC28'

red 236 ◦ green 220 ◦ blue 40

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

Shades of Golden Fizz #ECDC28

Tints of Golden Fizz #ECDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 47.58%
G = 44.35%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECDC28 (or 0xECDC28) is known color: Golden Fizz. HEX triplet: EC, DC and 28. RGB value is (236,220,40). Sum of RGB (Red+Green+Blue) = 236+220+40=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC28 is #1323D7. Grayscale: #CCCCCC. Windows color (decimal): -1254360 or 2677996. OLE color: 2677996.

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

Color convert

RGB 236 220 40 -
CMYK 0 0.07 0.83 0.07
HSL 55.1º 0.84% 0.54% -
HSV(B) 55.1º 0.83% 0.93% -
XYZ 60.57 69.17 12.17 -
YUV 204.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 236 220 40 0 0.07 0.83 0.07 55.1 0.84 0.54
Hex EC DC 28 0 7 53 7 37 54 36
Octal 354 334 50 0 7 123 7 67 124 66
Binary 11101100 11011100 101000 0 111 1010011 111 110111 1010100 110110

Color Harmonies of #ECDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC28

Black with #ECDC28

Text Example


Text Example

White with #ECDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC28; }

 p { color: rgb(236,220,40); }

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

background-color css

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

 a { background-color: rgb(236,220,40); }

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

border-color css

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

 span { border-color: rgb(236,220,40); }

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