Html Css Color HEX #ECF132 Golden Fizz

📋 copy color: '#ECF132'

red 236 ◦ green 241 ◦ blue 50

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

Shades of Golden Fizz #ECF132

Tints of Golden Fizz #ECF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

 BLUE value IS 50 (19.92% from 255) = 9.49%

R = 44.78%
G = 45.73%
B = 9.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#ECF132 (or 0xECF132) is known color: Golden Fizz. HEX triplet: EC, F1 and 32. RGB value is (236,241,50). Sum of RGB (Red+Green+Blue) = 236+241+50=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF132 is #130ECD. Grayscale: #DADADA. Windows color (decimal): -1248974 or 3338732. OLE color: 3338732.

HSL color Cylindrical-coordinate representation of color #ECF132: hue angle of 61.57º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF132 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 241 50 -
CMYK 0.02 0 0.79 0.05
HSL 61.57º 0.87% 0.57% -
HSV(B) 61.57º 0.79% 0.95% -
XYZ 66.62 80.97 15.14 -
YUV 217.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 236 241 50 0.02 0 0.79 0.05 61.57 0.87 0.57
Hex EC F1 32 2 0 4F 5 3E 57 39
Octal 354 361 62 2 0 117 5 76 127 71
Binary 11101100 11110001 110010 10 0 1001111 101 111110 1010111 111001

Color Harmonies of #ECF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF132

Black with #ECF132

Text Example


Text Example

White with #ECF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF132; }

 p { color: rgb(236,241,50); }

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

background-color css

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

 a { background-color: rgb(236,241,50); }

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

border-color css

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

 span { border-color: rgb(236,241,50); }

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