Html Css Color HEX #ECFC2F Golden Fizz

📋 copy color: '#ECFC2F'

red 236 ◦ green 252 ◦ blue 47

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

Shades of Golden Fizz #ECFC2F

Tints of Golden Fizz #ECFC2F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.1%

 BLUE value IS 47 (18.75% from 255) = 8.79%

R = 44.11%
G = 47.1%
B = 8.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#ECFC2F (or 0xECFC2F) is known color: Golden Fizz. HEX triplet: EC, FC and 2F. RGB value is (236,252,47). Sum of RGB (Red+Green+Blue) = 236+252+47=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2F is #1303D0. Grayscale: #E0E0E0. Windows color (decimal): -1246161 or 3144940. OLE color: 3144940.

HSL color Cylindrical-coordinate representation of color #ECFC2F: hue angle of 64.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECFC2F is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 252 47 -
CMYK 0.06 0 0.81 0.01
HSL 64.68º 0.97% 0.59% -
HSV(B) 64.68º 0.81% 0.99% -
XYZ 69.92 87.66 15.92 -
YUV 223.85 28.2 136.67 -
System Red Green Blue C M Y K H S L
Decimal 236 252 47 0.06 0 0.81 0.01 64.68 0.97 0.59
Hex EC FC 2F 6 0 51 1 41 61 3B
Octal 354 374 57 6 0 121 1 101 141 73
Binary 11101100 11111100 101111 110 0 1010001 1 1000001 1100001 111011

Color Harmonies of #ECFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFC2F

Black with #ECFC2F

Text Example


Text Example

White with #ECFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFC2F; }

 p { color: rgb(236,252,47); }

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

background-color css

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

 a { background-color: rgb(236,252,47); }

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

border-color css

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

 span { border-color: rgb(236,252,47); }

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