Html Css Color HEX #ECF232 Golden Fizz

📋 copy color: '#ECF232'

red 236 ◦ green 242 ◦ blue 50

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

Shades of Golden Fizz #ECF232

Tints of Golden Fizz #ECF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

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

R = 44.7%
G = 45.83%
B = 9.47%

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

#ECF232 (or 0xECF232) is known color: Golden Fizz. HEX triplet: EC, F2 and 32. RGB value is (236,242,50). Sum of RGB (Red+Green+Blue) = 236+242+50=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF232 is #130DCD. Grayscale: #DBDBDB. Windows color (decimal): -1248718 or 3338988. OLE color: 3338988.

HSL color Cylindrical-coordinate representation of color #ECF232: hue angle of 61.88º degrees, saturation: 0.88, 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 #ECF232 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 50 -
CMYK 0.02 0 0.79 0.05
HSL 61.88º 0.88% 0.57% -
HSV(B) 61.88º 0.79% 0.95% -
XYZ 66.92 81.57 15.23 -
YUV 218.32 33.01 140.61 -
System Red Green Blue C M Y K H S L
Decimal 236 242 50 0.02 0 0.79 0.05 61.88 0.88 0.57
Hex EC F2 32 2 0 4F 5 3E 58 39
Octal 354 362 62 2 0 117 5 76 130 71
Binary 11101100 11110010 110010 10 0 1001111 101 111110 1011000 111001

Color Harmonies of #ECF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF232

Black with #ECF232

Text Example


Text Example

White with #ECF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF232; }

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

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

background-color css

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

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

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

border-color css

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

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

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