Html Css Color HEX #ECE120 Golden Fizz

📋 copy color: '#ECE120'

red 236 ◦ green 225 ◦ blue 32

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

Shades of Golden Fizz #ECE120

Tints of Golden Fizz #ECE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 32 (12.89% from 255) = 6.49%

R = 47.87%
G = 45.64%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECE120 (or 0xECE120) is known color: Golden Fizz. HEX triplet: EC, E1 and 20. RGB value is (236,225,32). Sum of RGB (Red+Green+Blue) = 236+225+32=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE120 is #131EDF. Grayscale: #CFCFCF. Windows color (decimal): -1253088 or 2154988. OLE color: 2154988.

HSL color Cylindrical-coordinate representation of color #ECE120: hue angle of 56.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECE120 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 32 -
CMYK 0 0.05 0.86 0.07
HSL 56.76º 0.84% 0.53% -
HSV(B) 56.76º 0.86% 0.93% -
XYZ 61.78 71.79 11.97 -
YUV 206.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 236 225 32 0 0.05 0.86 0.07 56.76 0.84 0.53
Hex EC E1 20 0 5 56 7 39 54 35
Octal 354 341 40 0 5 126 7 71 124 65
Binary 11101100 11100001 100000 0 101 1010110 111 111001 1010100 110101

Color Harmonies of #ECE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE120

Black with #ECE120

Text Example


Text Example

White with #ECE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE120; }

 p { color: rgb(236,225,32); }

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

background-color css

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

 a { background-color: rgb(236,225,32); }

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

border-color css

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

 span { border-color: rgb(236,225,32); }

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