Html Css Color HEX #ECDC2D Golden Fizz

📋 copy color: '#ECDC2D'

red 236 ◦ green 220 ◦ blue 45

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

Shades of Golden Fizz #ECDC2D

Tints of Golden Fizz #ECDC2D

RGB

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

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

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

R = 47.11%
G = 43.91%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECDC2D (or 0xECDC2D) is known color: Golden Fizz. HEX triplet: EC, DC and 2D. RGB value is (236,220,45). Sum of RGB (Red+Green+Blue) = 236+220+45=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC2D is #1323D2. Grayscale: #CDCDCD. Windows color (decimal): -1254355 or 3005676. OLE color: 3005676.

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

Color convert

RGB 236 220 45 -
CMYK 0 0.07 0.81 0.07
HSL 54.97º 0.83% 0.55% -
HSV(B) 54.97º 0.81% 0.93% -
XYZ 60.66 69.21 12.64 -
YUV 204.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 236 220 45 0 0.07 0.81 0.07 54.97 0.83 0.55
Hex EC DC 2D 0 7 51 7 37 53 37
Octal 354 334 55 0 7 121 7 67 123 67
Binary 11101100 11011100 101101 0 111 1010001 111 110111 1010011 110111

Color Harmonies of #ECDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC2D

Black with #ECDC2D

Text Example


Text Example

White with #ECDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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