Html Css Color HEX #ECF12C Golden Fizz

📋 copy color: '#ECF12C'

red 236 ◦ green 241 ◦ blue 44

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

Shades of Golden Fizz #ECF12C

Tints of Golden Fizz #ECF12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.45%

R = 45.3%
G = 46.26%
B = 8.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#ECF12C (or 0xECF12C) is known color: Golden Fizz. HEX triplet: EC, F1 and 2C. RGB value is (236,241,44). Sum of RGB (Red+Green+Blue) = 236+241+44=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF12C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF12C is #130ED3. Grayscale: #D9D9D9. Windows color (decimal): -1248980 or 2945516. OLE color: 2945516.

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

Color convert

RGB 236 241 44 -
CMYK 0.02 0 0.82 0.05
HSL 61.52º 0.88% 0.56% -
HSV(B) 61.52º 0.82% 0.95% -
XYZ 66.5 80.93 14.5 -
YUV 217.05 30.34 141.52 -
System Red Green Blue C M Y K H S L
Decimal 236 241 44 0.02 0 0.82 0.05 61.52 0.88 0.56
Hex EC F1 2C 2 0 52 5 3E 58 38
Octal 354 361 54 2 0 122 5 76 130 70
Binary 11101100 11110001 101100 10 0 1010010 101 111110 1011000 111000

Color Harmonies of #ECF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF12C

Black with #ECF12C

Text Example


Text Example

White with #ECF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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