Html Css Color HEX #ECFC2A Golden Fizz

📋 copy color: '#ECFC2A'

red 236 ◦ green 252 ◦ blue 42

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

Shades of Golden Fizz #ECFC2A

Tints of Golden Fizz #ECFC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.92%

R = 44.53%
G = 47.55%
B = 7.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#ECFC2A (or 0xECFC2A) is known color: Golden Fizz. HEX triplet: EC, FC and 2A. RGB value is (236,252,42). Sum of RGB (Red+Green+Blue) = 236+252+42=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2A is #1303D5. Grayscale: #E0E0E0. Windows color (decimal): -1246166 or 2817260. OLE color: 2817260.

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

Color convert

RGB 236 252 42 -
CMYK 0.06 0 0.83 0.01
HSL 64.57º 0.97% 0.58% -
HSV(B) 64.57º 0.83% 0.99% -
XYZ 69.82 87.62 15.42 -
YUV 223.28 25.7 137.08 -
System Red Green Blue C M Y K H S L
Decimal 236 252 42 0.06 0 0.83 0.01 64.57 0.97 0.58
Hex EC FC 2A 6 0 53 1 41 61 3A
Octal 354 374 52 6 0 123 1 101 141 72
Binary 11101100 11111100 101010 110 0 1010011 1 1000001 1100001 111010

Color Harmonies of #ECFC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFC2A

Black with #ECFC2A

Text Example


Text Example

White with #ECFC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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