Html Css Color HEX #ECFC25 Golden Fizz

📋 copy color: '#ECFC25'

red 236 ◦ green 252 ◦ blue 37

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

Shades of Golden Fizz #ECFC25

Tints of Golden Fizz #ECFC25

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48%

 BLUE value IS 37 (14.84% from 255) = 7.05%

R = 44.95%
G = 48%
B = 7.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#ECFC25 (or 0xECFC25) is known color: Golden Fizz. HEX triplet: EC, FC and 25. RGB value is (236,252,37). Sum of RGB (Red+Green+Blue) = 236+252+37=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC25 is #1303DA. Grayscale: #DFDFDF. Windows color (decimal): -1246171 or 2489580. OLE color: 2489580.

HSL color Cylindrical-coordinate representation of color #ECFC25: hue angle of 64.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECFC25 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 252 37 -
CMYK 0.06 0 0.85 0.01
HSL 64.47º 0.97% 0.57% -
HSV(B) 64.47º 0.85% 0.99% -
XYZ 69.74 87.59 14.98 -
YUV 222.71 23.2 137.48 -
System Red Green Blue C M Y K H S L
Decimal 236 252 37 0.06 0 0.85 0.01 64.47 0.97 0.57
Hex EC FC 25 6 0 55 1 40 61 39
Octal 354 374 45 6 0 125 1 100 141 71
Binary 11101100 11111100 100101 110 0 1010101 1 1000000 1100001 111001

Color Harmonies of #ECFC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFC25

Black with #ECFC25

Text Example


Text Example

White with #ECFC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFC25; }

 p { color: rgb(236,252,37); }

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

background-color css

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

 a { background-color: rgb(236,252,37); }

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

border-color css

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

 span { border-color: rgb(236,252,37); }

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