Html Css Color HEX #ECDC35 Golden Fizz

📋 copy color: '#ECDC35'

red 236 ◦ green 220 ◦ blue 53

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

Shades of Golden Fizz #ECDC35

Tints of Golden Fizz #ECDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.41%

R = 46.37%
G = 43.22%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECDC35 (or 0xECDC35) is known color: Golden Fizz. HEX triplet: EC, DC and 35. RGB value is (236,220,53). Sum of RGB (Red+Green+Blue) = 236+220+53=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC35 is #1323CA. Grayscale: #CECECE. Windows color (decimal): -1254347 or 3529964. OLE color: 3529964.

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

Color convert

RGB 236 220 53 -
CMYK 0 0.07 0.78 0.07
HSL 54.75º 0.83% 0.57% -
HSV(B) 54.75º 0.78% 0.93% -
XYZ 60.83 69.28 13.53 -
YUV 205.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 236 220 53 0 0.07 0.78 0.07 54.75 0.83 0.57
Hex EC DC 35 0 7 4E 7 37 53 39
Octal 354 334 65 0 7 116 7 67 123 71
Binary 11101100 11011100 110101 0 111 1001110 111 110111 1010011 111001

Color Harmonies of #ECDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC35

Black with #ECDC35

Text Example


Text Example

White with #ECDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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