Html Css Color HEX #ECDC2F Golden Fizz

📋 copy color: '#ECDC2F'

red 236 ◦ green 220 ◦ blue 47

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

Shades of Golden Fizz #ECDC2F

Tints of Golden Fizz #ECDC2F

RGB

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

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

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

R = 46.92%
G = 43.74%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECDC2F (or 0xECDC2F) is known color: Golden Fizz. HEX triplet: EC, DC and 2F. RGB value is (236,220,47). Sum of RGB (Red+Green+Blue) = 236+220+47=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC2F is #1323D0. Grayscale: #CDCDCD. Windows color (decimal): -1254353 or 3136748. OLE color: 3136748.

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

Color convert

RGB 236 220 47 -
CMYK 0 0.07 0.80 0.07
HSL 54.92º 0.83% 0.55% -
HSV(B) 54.92º 0.8% 0.93% -
XYZ 60.7 69.22 12.85 -
YUV 205.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 236 220 47 0 0.07 0.80 0.07 54.92 0.83 0.55
Hex EC DC 2F 0 7 50 7 37 53 37
Octal 354 334 57 0 7 120 7 67 123 67
Binary 11101100 11011100 101111 0 111 1010000 111 110111 1010011 110111

Color Harmonies of #ECDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC2F

Black with #ECDC2F

Text Example


Text Example

White with #ECDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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