Html Css Color HEX #ECFC2D Golden Fizz

📋 copy color: '#ECFC2D'

red 236 ◦ green 252 ◦ blue 45

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

Shades of Golden Fizz #ECFC2D

Tints of Golden Fizz #ECFC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.44%

R = 44.28%
G = 47.28%
B = 8.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#ECFC2D (or 0xECFC2D) is known color: Golden Fizz. HEX triplet: EC, FC and 2D. RGB value is (236,252,45). Sum of RGB (Red+Green+Blue) = 236+252+45=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2D is #1303D2. Grayscale: #E0E0E0. Windows color (decimal): -1246163 or 3013868. OLE color: 3013868.

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

Color convert

RGB 236 252 45 -
CMYK 0.06 0 0.82 0.01
HSL 64.64º 0.97% 0.58% -
HSV(B) 64.64º 0.82% 0.99% -
XYZ 69.88 87.64 15.72 -
YUV 223.62 27.2 136.83 -
System Red Green Blue C M Y K H S L
Decimal 236 252 45 0.06 0 0.82 0.01 64.64 0.97 0.58
Hex EC FC 2D 6 0 52 1 41 61 3A
Octal 354 374 55 6 0 122 1 101 141 72
Binary 11101100 11111100 101101 110 0 1010010 1 1000001 1100001 111010

Color Harmonies of #ECFC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFC2D

Black with #ECFC2D

Text Example


Text Example

White with #ECFC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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