Html Css Color HEX #ECFA2D Golden Fizz

📋 copy color: '#ECFA2D'

red 236 ◦ green 250 ◦ blue 45

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

Shades of Golden Fizz #ECFA2D

Tints of Golden Fizz #ECFA2D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 45 (17.97% from 255) = 8.47%

R = 44.44%
G = 47.08%
B = 8.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#ECFA2D (or 0xECFA2D) is known color: Golden Fizz. HEX triplet: EC, FA and 2D. RGB value is (236,250,45). Sum of RGB (Red+Green+Blue) = 236+250+45=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFA2D is #1305D2. Grayscale: #DFDFDF. Windows color (decimal): -1246675 or 3013356. OLE color: 3013356.

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

Color convert

RGB 236 250 45 -
CMYK 0.06 0 0.82 0.02
HSL 64.1º 0.95% 0.58% -
HSV(B) 64.1º 0.82% 0.98% -
XYZ 69.25 86.39 15.51 -
YUV 222.44 27.86 137.67 -
System Red Green Blue C M Y K H S L
Decimal 236 250 45 0.06 0 0.82 0.02 64.1 0.95 0.58
Hex EC FA 2D 6 0 52 2 40 5F 3A
Octal 354 372 55 6 0 122 2 100 137 72
Binary 11101100 11111010 101101 110 0 1010010 10 1000000 1011111 111010

Color Harmonies of #ECFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFA2D

Black with #ECFA2D

Text Example


Text Example

White with #ECFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFA2D; }

 p { color: rgb(236,250,45); }

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

background-color css

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

 a { background-color: rgb(236,250,45); }

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

border-color css

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

 span { border-color: rgb(236,250,45); }

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