Html Css Color HEX #ECDC3A Golden Fizz

📋 copy color: '#ECDC3A'

red 236 ◦ green 220 ◦ blue 58

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

Shades of Golden Fizz #ECDC3A

Tints of Golden Fizz #ECDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.28%

R = 45.91%
G = 42.8%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECDC3A (or 0xECDC3A) is known color: Golden Fizz. HEX triplet: EC, DC and 3A. RGB value is (236,220,58). Sum of RGB (Red+Green+Blue) = 236+220+58=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC3A is #1323C5. Grayscale: #CECECE. Windows color (decimal): -1254342 or 3857644. OLE color: 3857644.

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

Color convert

RGB 236 220 58 -
CMYK 0 0.07 0.75 0.07
HSL 54.61º 0.82% 0.58% -
HSV(B) 54.61º 0.75% 0.93% -
XYZ 60.95 69.32 14.17 -
YUV 206.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 236 220 58 0 0.07 0.75 0.07 54.61 0.82 0.58
Hex EC DC 3A 0 7 4B 7 37 52 3A
Octal 354 334 72 0 7 113 7 67 122 72
Binary 11101100 11011100 111010 0 111 1001011 111 110111 1010010 111010

Color Harmonies of #ECDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC3A

Black with #ECDC3A

Text Example


Text Example

White with #ECDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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