Html Css Color HEX #ECF130 Golden Fizz

📋 copy color: '#ECF130'

red 236 ◦ green 241 ◦ blue 48

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

Shades of Golden Fizz #ECF130

Tints of Golden Fizz #ECF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.14%

R = 44.95%
G = 45.9%
B = 9.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#ECF130 (or 0xECF130) is known color: Golden Fizz. HEX triplet: EC, F1 and 30. RGB value is (236,241,48). Sum of RGB (Red+Green+Blue) = 236+241+48=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF130 is #130ECF. Grayscale: #DADADA. Windows color (decimal): -1248976 or 3207660. OLE color: 3207660.

HSL color Cylindrical-coordinate representation of color #ECF130: hue angle of 61.55º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF130 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 241 48 -
CMYK 0.02 0 0.80 0.05
HSL 61.55º 0.87% 0.57% -
HSV(B) 61.55º 0.8% 0.95% -
XYZ 66.58 80.96 14.91 -
YUV 217.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 236 241 48 0.02 0 0.80 0.05 61.55 0.87 0.57
Hex EC F1 30 2 0 50 5 3E 57 39
Octal 354 361 60 2 0 120 5 76 127 71
Binary 11101100 11110001 110000 10 0 1010000 101 111110 1010111 111001

Color Harmonies of #ECF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF130

Black with #ECF130

Text Example


Text Example

White with #ECF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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