Html Css Color HEX #ECF12A Golden Fizz

📋 copy color: '#ECF12A'

red 236 ◦ green 241 ◦ blue 42

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

Shades of Golden Fizz #ECF12A

Tints of Golden Fizz #ECF12A

RGB

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

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

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

R = 45.47%
G = 46.44%
B = 8.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#ECF12A (or 0xECF12A) is known color: Golden Fizz. HEX triplet: EC, F1 and 2A. RGB value is (236,241,42). Sum of RGB (Red+Green+Blue) = 236+241+42=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF12A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF12A is #130ED5. Grayscale: #D9D9D9. Windows color (decimal): -1248982 or 2814444. OLE color: 2814444.

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

Color convert

RGB 236 241 42 -
CMYK 0.02 0 0.83 0.05
HSL 61.51º 0.88% 0.55% -
HSV(B) 61.51º 0.83% 0.95% -
XYZ 66.47 80.91 14.3 -
YUV 216.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 236 241 42 0.02 0 0.83 0.05 61.51 0.88 0.55
Hex EC F1 2A 2 0 53 5 3E 58 37
Octal 354 361 52 2 0 123 5 76 130 67
Binary 11101100 11110001 101010 10 0 1010011 101 111110 1011000 110111

Color Harmonies of #ECF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF12A

Black with #ECF12A

Text Example


Text Example

White with #ECF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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