Html Css Color HEX #ECFB2A Golden Fizz

📋 copy color: '#ECFB2A'

red 236 ◦ green 251 ◦ blue 42

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

Shades of Golden Fizz #ECFB2A

Tints of Golden Fizz #ECFB2A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

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

R = 44.61%
G = 47.45%
B = 7.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#ECFB2A (or 0xECFB2A) is known color: Golden Fizz. HEX triplet: EC, FB and 2A. RGB value is (236,251,42). Sum of RGB (Red+Green+Blue) = 236+251+42=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 42 (16.80% from 255 or 7.94% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFB2A is #1304D5. Grayscale: #DFDFDF. Windows color (decimal): -1246422 or 2817004. OLE color: 2817004.

HSL color Cylindrical-coordinate representation of color #ECFB2A: hue angle of 64.31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECFB2A is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 251 42 -
CMYK 0.06 0 0.83 0.02
HSL 64.31º 0.96% 0.57% -
HSV(B) 64.31º 0.83% 0.98% -
XYZ 69.51 86.99 15.32 -
YUV 222.69 26.03 137.49 -
System Red Green Blue C M Y K H S L
Decimal 236 251 42 0.06 0 0.83 0.02 64.31 0.96 0.57
Hex EC FB 2A 6 0 53 2 40 60 39
Octal 354 373 52 6 0 123 2 100 140 71
Binary 11101100 11111011 101010 110 0 1010011 10 1000000 1100000 111001

Color Harmonies of #ECFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFB2A

Black with #ECFB2A

Text Example


Text Example

White with #ECFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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