Html Css Color HEX #ECDC38 Golden Fizz

📋 copy color: '#ECDC38'

red 236 ◦ green 220 ◦ blue 56

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

Shades of Golden Fizz #ECDC38

Tints of Golden Fizz #ECDC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.94%

R = 46.09%
G = 42.97%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECDC38 (or 0xECDC38) is known color: Golden Fizz. HEX triplet: EC, DC and 38. RGB value is (236,220,56). Sum of RGB (Red+Green+Blue) = 236+220+56=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC38 is #1323C7. Grayscale: #CECECE. Windows color (decimal): -1254344 or 3726572. OLE color: 3726572.

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

Color convert

RGB 236 220 56 -
CMYK 0 0.07 0.76 0.07
HSL 54.67º 0.83% 0.57% -
HSV(B) 54.67º 0.76% 0.93% -
XYZ 60.9 69.3 13.91 -
YUV 206.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 236 220 56 0 0.07 0.76 0.07 54.67 0.83 0.57
Hex EC DC 38 0 7 4C 7 37 53 39
Octal 354 334 70 0 7 114 7 67 123 71
Binary 11101100 11011100 111000 0 111 1001100 111 110111 1010011 111001

Color Harmonies of #ECDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC38

Black with #ECDC38

Text Example


Text Example

White with #ECDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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