Html Css Color HEX #ECF020 Golden Fizz

📋 copy color: '#ECF020'

red 236 ◦ green 240 ◦ blue 32

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

Shades of Golden Fizz #ECF020

Tints of Golden Fizz #ECF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

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

R = 46.46%
G = 47.24%
B = 6.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#ECF020 (or 0xECF020) is known color: Golden Fizz. HEX triplet: EC, F0 and 20. RGB value is (236,240,32). Sum of RGB (Red+Green+Blue) = 236+240+32=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 32 (12.89% from 255 or 6.30% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF020 is #130FDF. Grayscale: #D7D7D7. Windows color (decimal): -1249248 or 2158828. OLE color: 2158828.

HSL color Cylindrical-coordinate representation of color #ECF020: hue angle of 61.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF020 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 240 32 -
CMYK 0.02 0 0.87 0.06
HSL 61.15º 0.87% 0.53% -
HSV(B) 61.15º 0.87% 0.94% -
XYZ 66.01 80.26 13.38 -
YUV 215.09 24.67 142.91 -
System Red Green Blue C M Y K H S L
Decimal 236 240 32 0.02 0 0.87 0.06 61.15 0.87 0.53
Hex EC F0 20 2 0 57 6 3D 57 35
Octal 354 360 40 2 0 127 6 75 127 65
Binary 11101100 11110000 100000 10 0 1010111 110 111101 1010111 110101

Color Harmonies of #ECF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF020

Black with #ECF020

Text Example


Text Example

White with #ECF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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